Update to new android cordova build
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
10
node_modules/cordova-android/spec/fixtures/android_studio_project/app/build.gradle
generated
vendored
10
node_modules/cordova-android/spec/fixtures/android_studio_project/app/build.gradle
generated
vendored
@@ -1,13 +1,13 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "23.0.1"
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.example.anis.myapplication"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 28
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
@@ -20,7 +20,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:23.4.0'
|
||||
implementation 'com.android.support:appcompat-v7:23.4.0'
|
||||
}
|
||||
|
2
node_modules/cordova-android/spec/fixtures/org.test.plugins.dummyplugin/plugin.xml
generated
vendored
2
node_modules/cordova-android/spec/fixtures/org.test.plugins.dummyplugin/plugin.xml
generated
vendored
@@ -84,6 +84,8 @@
|
||||
<source-file src="src/android/jniLibs/x86/libnative.so" target-dir="libs/x86" />
|
||||
<source-file src="src/android/DummyPlugin2.java"
|
||||
target-dir="src/com/appco" />
|
||||
<source-file src="src/android/DummyPlugin2.java"
|
||||
target-dir="appco/src" />
|
||||
<lib-file src="src/android/TestLib.jar" />
|
||||
</platform>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user