Skip to content

Commit

Permalink
Use BuildTools 35.0.0 - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jun 25, 2024
1 parent 207ab28 commit dfb0fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/release/sign_apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}..."
Expand Down
2 changes: 1 addition & 1 deletion tools/release/sign_apk_unsafe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}..."
Expand Down

0 comments on commit dfb0fc3

Please sign in to comment.