File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ jobs:
618618 - ANDROID_HOME : " C:\\ Android\\ android-sdk"
619619 - ANDROID_NDK : " C:\\ Android\\ android-sdk\\ ndk\\ 20.1.5948944"
620620 - ANDROID_BUILD_VERSION : 30
621- - ANDROID_TOOLS_VERSION : 30 .0.2
621+ - ANDROID_TOOLS_VERSION : 29 .0.3
622622 - GRADLE_OPTS : -Dorg.gradle.daemon=false
623623 - NDK_VERSION : 20.1.5948944
624624 steps :
Original file line number Diff line number Diff line change 44
55# # ANDROID ##
66# Android SDK Build Tools revision
7- export ANDROID_SDK_BUILD_TOOLS_REVISION = 30 .0.2
7+ export ANDROID_SDK_BUILD_TOOLS_REVISION = 29 .0.3
88# Android API Level we build with
99export ANDROID_SDK_BUILD_API_LEVEL = " 28"
1010# Google APIs for Android level
Original file line number Diff line number Diff line change 22
33buildscript {
44 ext {
5- buildToolsVersion = " 30 .0.2 "
5+ buildToolsVersion = " 29 .0.3 "
66 minSdkVersion = 21
77 compileSdkVersion = 30
88 targetSdkVersion = 30
You can’t perform that action at this time.
0 commit comments