Sign APK with build tools 30.0.3

This commit is contained in:
Benoit Marty 2021-05-12 16:20:55 +02:00
parent a42a9b5e32
commit 278b0d7f75
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ SDK API changes ⚠️:
-
Build 🧱:
-
- Sign APK with build tools 30.0.3
Test:
-

View file

@ -17,7 +17,7 @@ PARAM_KEYSTORE_PATH=$1
PARAM_APK=$2
# Other params
BUILD_TOOLS_VERSION="29.0.3"
BUILD_TOOLS_VERSION="30.0.3"
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="29.0.3"
BUILD_TOOLS_VERSION="30.0.3"
MIN_SDK_VERSION=21
echo "Signing APK with build-tools version ${BUILD_TOOLS_VERSION} for min SDK version ${MIN_SDK_VERSION}..."