Commit 5d01110 1 parent fc6fc63 commit 5d01110 Copy full SHA for 5d01110
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ jobs:
618
618
- ANDROID_HOME : " C:\\ Android\\ android-sdk"
619
619
- ANDROID_NDK : " C:\\ Android\\ android-sdk\\ ndk\\ 20.1.5948944"
620
620
- ANDROID_BUILD_VERSION : 30
621
- - ANDROID_TOOLS_VERSION : 29 .0.3
621
+ - ANDROID_TOOLS_VERSION : 30 .0.2
622
622
- GRADLE_OPTS : -Dorg.gradle.daemon=false
623
623
- NDK_VERSION : 20.1.5948944
624
624
steps :
Original file line number Diff line number Diff line change 4
4
5
5
# # ANDROID ##
6
6
# Android SDK Build Tools revision
7
- export ANDROID_SDK_BUILD_TOOLS_REVISION = 29 .0.3
7
+ export ANDROID_SDK_BUILD_TOOLS_REVISION = 30 .0.2
8
8
# Android API Level we build with
9
9
export ANDROID_SDK_BUILD_API_LEVEL = " 28"
10
10
# Google APIs for Android level
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext {
5
- buildToolsVersion = " 29 .0.3 "
5
+ buildToolsVersion = " 30 .0.2 "
6
6
minSdkVersion = 21
7
7
compileSdkVersion = 30
8
8
targetSdkVersion = 30
You can’t perform that action at this time.
0 commit comments