Skip to content

Commit 7075283

Browse files
committed
Sync android sdk build-tools version for setup_android.py
Match with Android Gradle Plugin 7.2.0
1 parent c3582b4 commit 7075283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/unix-ci/setup_android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def install_android_sdk():
103103
'platform-tools',
104104
'cmdline-tools;latest',
105105
'platforms;android-33',
106-
'build-tools;33.0.0',
106+
'build-tools;30.0.3', # match with AGP 7.2.0: https://developer.android.com/studio/releases/gradle-plugin
107107
'cmake;3.22.1',
108108
'ndk;' + NDK_VER
109109
]

0 commit comments

Comments
 (0)