Commit 55c8833 1 parent 2ee5db0 commit 55c8833 Copy full SHA for 55c8833
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ jobs:
617
617
environment :
618
618
- ANDROID_HOME : " C:\\ Android\\ android-sdk"
619
619
- ANDROID_NDK : " C:\\ Android\\ android-sdk\\ ndk\\ 20.1.5948944"
620
- - ANDROID_BUILD_VERSION : 28
620
+ - ANDROID_BUILD_VERSION : 30
621
621
- ANDROID_TOOLS_VERSION : 29.0.3
622
622
- GRADLE_OPTS : -Dorg.gradle.daemon=false
623
623
- NDK_VERSION : 20.1.5948944
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ task extractJNIFiles {
378
378
}
379
379
380
380
android {
381
- compileSdkVersion 29
381
+ compileSdkVersion 30
382
382
ndkVersion ANDROID_NDK_VERSION
383
383
compileOptions {
384
384
sourceCompatibility(JavaVersion . VERSION_1_8 )
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ buildscript {
4
4
ext {
5
5
buildToolsVersion = " 29.0.3"
6
6
minSdkVersion = 21
7
- compileSdkVersion = 29
8
- targetSdkVersion = 29
7
+ compileSdkVersion = 30
8
+ targetSdkVersion = 30
9
9
ndkVersion = " 20.1.5948944"
10
10
}
11
11
repositories {
You can’t perform that action at this time.
0 commit comments