エリス
6588994586
feat!: upgrade android gradle plugin@4.1.3 ( #1198 )
...
* feat: upgrade gradle-plugin@4.1.3 (#1175 )
Co-authored-by: Mosab A <47486787+mosabab@users.noreply.github.com>
2021-04-13 16:43:30 +09:00
エリス
dc8854d16c
feat: target sdk 30 w/ build-tool 30.0.3 ( #1182 )
2021-04-13 15:34:21 +09:00
エリス
9071d5131a
Revert "[Frequent Updates] Gradle 6.6.1 & Android Gradle Plugin 4.0.1 & com.jfrog.bintray.gradle 1.8.5 ( #1079 )" ( #1193 )
...
This reverts commit 33476b4754
.
2021-04-09 11:23:23 +09:00
エリス
04b0106bca
Revert "feat: upgrade gradle-plugin@4.1.3 ( #1175 )" ( #1189 )
...
This reverts commit 1430304d36
.
2021-04-08 14:04:26 +09:00
Mosab A
1430304d36
feat: upgrade gradle-plugin@4.1.3 ( #1175 )
...
* Update build.gradle
* Update build.gradle
* Update build.gradle
* Update build.gradle
* Update build.gradle
* Update build.gradle
2021-03-27 10:36:39 -03:00
Mosab A
33476b4754
[Frequent Updates] Gradle 6.6.1 & Android Gradle Plugin 4.0.1 & com.jfrog.bintray.gradle 1.8.5 ( #1079 )
...
* Update ProjectBuilder.js
* Update build.gradle
* Update build.gradle
* Update build.gradle
* Update build.gradle
* Update build.gradle
* Update wrapper.gradle
* Update build.gradle
* Update wrapper.gradle
* Update wrapper.gradle
* Update wrapper.gradle
* Update build.gradle
* Update build.gradle
* Update ProjectBuilder.js
* Update ProjectBuilder.js
2020-10-05 21:26:59 -03:00
Chris Brody
305cb2cdd5
major: Gradle 6.5 & Android Gradle plugin 4.0.0 updates ( #988 )
...
* feat: Gradle 6.5 & Android Gradle plugin 4.0.0 updates
* update test/android/wrapper.gradle to reference Gradle 6.5
* update test/androidx/wrapper.gradle to reference Gradle 6.5
* update spec/fixtures/android_studio_project/build.gradle
to reference com.android.tools.build:gradle:4.0.0
* update test/android/build.gradle
to reference com.android.tools.build:gradle:4.0.0
* update test/androidx/build.gradle
to reference com.android.tools.build:gradle:4.0.0
2020-06-08 20:47:10 -04:00
Norman Breau
5889001465
Increased default target sdk to 29 ( #848 )
...
* (android) increased default target sdk to 29
* Updated travis and appveyor to use build tools/api level 29
* Fixed two other files that was missing the API 29 update
2020-01-07 11:47:27 -04:00
Jule-
8a4ae311ce
Rewrite install dir resolution for legacy plugins ( #589 )
...
* Improve target-dir restriction for detecting new android project structure used in plugin.xml. (#575 )
* Clarify old source-file declaration way from the new one and improve ambiguous code.
* Better check `src/main` forms.
* Replace path search with RegExp vars.
* Fix RegExp in order to match `/` or `EOL`.
* Remove template strings for NodeJS 4 support (wanted in case we port these changes to `7.1.x` at some point).
* Add pointer to deprecation plan in GH-580.
2018-11-28 06:46:45 -05:00
Chris Brody
ef2434188e
Resolve issue with plugin target-dir="app*" subdirs ( #572 )
...
(subdirectories) such as "appco", with unit tests to verify
Needed for @katzer plugins that use de/appplant subdirectory,
for example:
* cordova-plugin-local-notifications
* cordova-plugin-badge
* cordova-plugin-background-mode
Also needed for cordova-plugin-inappbrowser
Co-authored-by: Christopher J. Brody <chris.brody@gmail.com>
Co-authored-by: Julio César <jcesarmobile@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
2018-11-22 08:59:33 -05:00
Darryl Pogue
f1f1ac3cbd
Updates for latest gradle/build tools
...
Ref GH-504.
2018-11-20 21:12:59 -08:00
Christopher J. Brody
bbb3913a36
Test old plugin aidl & lib mapping - repros GH-547
...
(reproduces GH-547)
2018-11-13 13:06:48 -05:00
Christopher J. Brody
92f07d0418
Check old compat of other extension (CB-14125)
...
of plugin source file installed into app/src/main with
old target-dir scheme
NOTE: These tests do *not* check compatibility of
plugins with old lib target-dir scheme.
2018-11-12 23:27:59 -05:00
Christopher J. Brody
578a642209
Check target-dir mapping of plugin xml source file
...
Possibly related to: CB-13830: Add handlers for plugins
that use non-Java source files, such as Camera
2018-11-12 23:27:53 -05:00
Christopher J. Brody
3caefcae49
unit test source-file with custom lib target-dir
...
for JAR and AAR
(GH-540)
Co-Authored-By: Kyle Kirbatski <kkirbatski@gmrmarketing.com>
Co-Authored-By: Christopher J. Brody <chris.brody@gmail.com>
Co-Authored-By: @afdev82 (Antonio Facciolo)
2018-11-11 15:18:00 -05:00
Kyle Kirbatski
898a6a8d8d
Add a unit test to test source-file target-dir /app/src/main/…
2018-11-11 15:15:35 -05:00
Darryl Pogue
2c10545cd8
Always put the Google repo above jcenter
2018-10-23 08:21:05 -07:00
Julio César
fe7629e8fc
CB-14038 (android): fix false positive detecting project type
2018-04-18 13:52:04 +02:00
Audrey So
d83d49d83b
CB-12895 : fixed eslint errors
2017-06-23 08:07:08 -07:00
filmaj
765c4ee9f6
CB-12640: support for android sdk tools 26.0.1. simplified target parsing by using avdmanager instead of sdkmanager. flipped target parsing logic so that it always tries to use avdmanager to retrieve targets first, then falls back to android command if avdmanager cannot be found (and errors with ENOENT). updated tests.
2017-04-10 12:12:46 -07:00
filmaj
3554267adf
CB-12546: more specs for android_sdk and check_reqs. added fixtures for sdk targets. refactored target listing.
2017-03-20 10:09:45 -07:00
filmaj
6395eda0c8
CB-12546: emulator specs.
2017-03-20 10:08:36 -07:00
Jesse MacFadyen
0fd7e7f040
Fixed AndroidStudio tests to actually run, removed app/src/main/assets/ as a requirement and added app/src/main/res instead, added placeholder for build/ folder, Removed dupe gitignore
2016-11-02 19:46:33 -07:00
Anis Kadri
222fb1c0e7
adding tests for AndroidStudio
2016-09-20 19:54:34 -07:00
Vladimir Kotikov
8ab75e7109
CB-10729 Move plugin handlers tests for into platform's repo
2016-03-01 11:31:14 +03:00