Commit e629e94 1 parent e12cf7d commit e629e94 Copy full SHA for e629e94
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 @@ -607,7 +607,7 @@ jobs:
607
607
- ANDROID_HOME : " C:\\ Android\\ android-sdk"
608
608
- ANDROID_NDK : " C:\\ Android\\ android-sdk\\ ndk\\ 19.2.5345600"
609
609
- ANDROID_BUILD_VERSION : 28
610
- - ANDROID_TOOLS_VERSION : 29.0.2
610
+ - ANDROID_TOOLS_VERSION : 29.0.3
611
611
- GRADLE_OPTS : -Dorg.gradle.daemon=false
612
612
- NDK_VERSION : 19.2.5345600
613
613
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.2
7
+ export ANDROID_SDK_BUILD_TOOLS_REVISION = 29.0.3
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.2 "
5
+ buildToolsVersion = " 29.0.3 "
6
6
minSdkVersion = 16
7
7
compileSdkVersion = 29
8
8
targetSdkVersion = 29
You can’t perform that action at this time.
0 commit comments