Skip to content

Commit 712b846

Browse files
committed
Use BuildTools 35.0.0
1 parent b5758c5 commit 712b846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/releaseScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ ${envError} == 1 ]; then
6666
exit 1
6767
fi
6868

69-
buildToolsVersion="30.0.2"
69+
buildToolsVersion="35.0.0"
7070
buildToolsPath="${androidHome}/build-tools/${buildToolsVersion}"
7171

7272
if [[ ! -d ${buildToolsPath} ]]; then

0 commit comments

Comments
 (0)