Skip to content

Commit 03063a2

Browse files
committed
update android build tool version
1 parent 35cf409 commit 03063a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
113113
keyPassword: ${{ secrets.KEY_PASSWORD }}
114114
env:
115-
BUILD_TOOLS_VERSION: "32.0.0"
115+
BUILD_TOOLS_VERSION: "33.0.2"
116116

117117
- uses: r0adkll/sign-android-release@v1
118118
name: Sign Bundle
@@ -124,7 +124,7 @@ jobs:
124124
keyStorePassword: ${{ secrets.UPLOAD_KEY_STORE_PASSWORD }}
125125
keyPassword: ${{ secrets.UPLOAD_KEY_PASSWORD }}
126126
env:
127-
BUILD_TOOLS_VERSION: "32.0.0"
127+
BUILD_TOOLS_VERSION: "33.0.2"
128128

129129
- name: Set up variable
130130
id: vars

0 commit comments

Comments
 (0)