mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 21:10:02 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
buildToolsVersion="30.0.2"
|
buildToolsVersion="35.0.0"
|
||||||
buildToolsPath="${androidHome}/build-tools/${buildToolsVersion}"
|
buildToolsPath="${androidHome}/build-tools/${buildToolsVersion}"
|
||||||
|
|
||||||
if [[ ! -d ${buildToolsPath} ]]; then
|
if [[ ! -d ${buildToolsPath} ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue