From 540b516a0d7798f5fd471843975c91f8c0818eb8 Mon Sep 17 00:00:00 2001 From: Yato Date: Thu, 18 Apr 2024 23:19:34 +0530 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3abaee4..d48cdc4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -36,7 +36,7 @@ jobs: keyPassword: ${{ secrets.KEY_PASSWORD }} env: # override default build-tools version (29.0.3) -- optional - BUILD_TOOLS_VERSION: "30.0.2" + BUILD_TOOLS_VERSION: "34.0.0" # Example use of `signedReleaseFile` output -- not needed - uses: actions/upload-artifact@v2