Min SDK version is now 21, it has been forgotten to change that.

This commit is contained in:
Benoit Marty 2020-06-27 11:24:28 +02:00
parent d436a7bad7
commit 6e020cada2
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ PARAM_APK=$2
# Other params
BUILD_TOOLS_VERSION="29.0.3"
MIN_SDK_VERSION=19
MIN_SDK_VERSION=21
echo "Signing APK with build-tools version ${BUILD_TOOLS_VERSION} for min SDK version ${MIN_SDK_VERSION}..."

View file

@ -24,7 +24,7 @@ PARAM_KEY_PASS=$4
# Other params
BUILD_TOOLS_VERSION="29.0.3"
MIN_SDK_VERSION=19
MIN_SDK_VERSION=21
echo "Signing APK with build-tools version ${BUILD_TOOLS_VERSION} for min SDK version ${MIN_SDK_VERSION}..."