Skip to content

Commit 218737b

Browse files
author
Anton Vink
committed
Update SDK_Tools, Gradle, Downgrade cordova-android
1 parent 7d8ee28 commit 218737b

File tree

5 files changed

+13
-22
lines changed

5 files changed

+13
-22
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ENV LANGUAGE "en_US.UTF-8"
88
ENV LANG "en_US.UTF-8"
99

1010
ENV VERSION_SDK_TOOLS "4333796"
11-
ENV VERSION_BUILD_TOOLS "27.0.3"
12-
ENV VERSION_TARGET_SDK "27"
13-
ENV VERSION_GRADLE "5.5.1"
11+
ENV VERSION_BUILD_TOOLS "29.0.2"
12+
ENV VERSION_TARGET_SDK "28"
13+
ENV VERSION_GRADLE "6.5"
1414

1515
ENV ANDROID_HOME "/sdk"
1616

plugins/YonaServicesPlugin/src/android/libTimepicker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'com.android.library'
1010

1111
android {
1212
compileSdkVersion 28
13-
buildToolsVersion '28.0.3'
13+
buildToolsVersion '29.0.2'
1414

1515
defaultConfig {
1616
minSdkVersion 19

plugins/YonaServicesPlugin/src/android/openvpn/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'com.android.library'
1212

1313
android {
1414
compileSdkVersion 28
15-
buildToolsVersion '28.0.3'
15+
buildToolsVersion '29.0.2'
1616

1717
defaultConfig {
1818
minSdkVersion 19

src-cordova/package-lock.json

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-cordova/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"devDependencies": {
54-
"cordova-android": "^9.1.0",
54+
"cordova-android": "^9.0.0",
5555
"cordova-plugin-androidx-adapter": "^1.1.3",
5656
"cordova-plugin-camera": "^5.0.2",
5757
"cordova-plugin-contact-picker": "file:../plugins/cordova-plugin-contact-picker",
@@ -62,4 +62,4 @@
6262
"cordova-plugin-yona-services": "file:../plugins/YonaServicesPlugin",
6363
"cordova-support-android-plugin": "^1.0.2"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)