Skip to content

Commit 75c6956

Browse files
committed
update workflow
1 parent b64d975 commit 75c6956

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
5656
keyPassword: ${{ secrets.KEY_PASSWORD }}
5757
env:
58-
BUILD_TOOLS_VERSION: '37.0.0'
58+
BUILD_TOOLS_VERSION: '35.0.0'
5959

6060
- name: Rename and move apk
6161
run: |

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
6565
keyPassword: ${{ secrets.KEY_PASSWORD }}
6666
env:
67-
BUILD_TOOLS_VERSION: '37.0.0'
67+
BUILD_TOOLS_VERSION: '35.0.0'
6868

6969
- name: Rename and move apk
7070
run: |

0 commit comments

Comments
 (0)