Use BuildTools 35.0.0 - part 2

This commit is contained in:
Benoit Marty 2024-06-25 15:56:10 +02:00
parent 207ab2802a
commit dfb0fc31e1
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ PARAM_KEYSTORE_PATH=$1
PARAM_APK=$2
# Other params
BUILD_TOOLS_VERSION="31.0.0"
BUILD_TOOLS_VERSION="35.0.0"
MIN_SDK_VERSION=21
echo "Signing APK with build-tools version ${BUILD_TOOLS_VERSION} for min SDK version ${MIN_SDK_VERSION}..."

View file

@ -23,7 +23,7 @@ PARAM_KS_PASS=$3
PARAM_KEY_PASS=$4
# Other params
BUILD_TOOLS_VERSION="31.0.0"
BUILD_TOOLS_VERSION="35.0.0"
MIN_SDK_VERSION=21
echo "Signing APK with build-tools version ${BUILD_TOOLS_VERSION} for min SDK version ${MIN_SDK_VERSION}..."