Sync android sdk build-tools version for setup_android.py

Match with Android Gradle Plugin 7.2.0
This commit is contained in:
halx99 2022-08-06 19:23:41 +08:00
parent c3582b45f8
commit 70752831f6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def install_android_sdk():
'platform-tools',
'cmdline-tools;latest',
'platforms;android-33',
'build-tools;33.0.0',
'build-tools;30.0.3', # match with AGP 7.2.0: https://developer.android.com/studio/releases/gradle-plugin
'cmake;3.22.1',
'ndk;' + NDK_VER
]