mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 08:55:42 +03:00
Use BuildTools 35.0.0
This commit is contained in:
parent
b5758c5335
commit
712b846f9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue