1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-31 07:04:23 +03:00

Use BuildTools 35.0.0

This commit is contained in:
Benoit Marty
2024-06-25 15:06:21 +02:00
parent b5758c5335
commit 712b846f9f

View File

@ -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