Skip to content

Commit

Permalink
Use BuildTools 35.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jun 25, 2024
1 parent b5758c5 commit 712b846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/releaseScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if [ ${envError} == 1 ]; then
exit 1
fi

buildToolsVersion="30.0.2"
buildToolsVersion="35.0.0"
buildToolsPath="${androidHome}/build-tools/${buildToolsVersion}"

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

0 comments on commit 712b846

Please sign in to comment.