Build release with build tools from SDK 36 and add a not to not forget last time we update the value of COMPILE_SDK
This commit is contained in:
parent
f290c9c463
commit
976beff1de
2 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ fi
|
|||
|
||||
# Read minSdkVersion from file plugins/src/main/kotlin/Versions.kt
|
||||
minSdkVersion=$(grep "MIN_SDK_FOSS =" ./plugins/src/main/kotlin/Versions.kt |cut -d '=' -f 2 |xargs)
|
||||
buildToolsVersion="35.0.0"
|
||||
buildToolsVersion="36.0.0"
|
||||
buildToolsPath="${androidHome}/build-tools/${buildToolsVersion}"
|
||||
|
||||
if [[ ! -d ${buildToolsPath} ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue