Update to new android cordova build
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
8
node_modules/cordova-android/test/app/build.gradle
generated
vendored
8
node_modules/cordova-android/test/app/build.gradle
generated
vendored
@@ -19,16 +19,18 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.1"
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.apache.cordova.unittests"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
targetSdkVersion 28
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
|
2
node_modules/cordova-android/test/app/src/main/assets/www/cordova.js
generated
vendored
2
node_modules/cordova-android/test/app/src/main/assets/www/cordova.js
generated
vendored
@@ -22,8 +22,6 @@
|
||||
var PLATFORM_VERSION_BUILD_LABEL = '6.2.0-dev';
|
||||
// file: src/scripts/require.js
|
||||
|
||||
/*jshint -W079 */
|
||||
/*jshint -W020 */
|
||||
|
||||
var require,
|
||||
define;
|
||||
|
Reference in New Issue
Block a user