From 3e212da9415aa1b631415970c189cd3e3c959f56 Mon Sep 17 00:00:00 2001 From: KimmyXYC <69386744+KimmyXYC@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:45:29 +0000 Subject: [PATCH] fix: CI --- .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 7e7ba7113c..ba6797fa52 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,7 +48,7 @@ jobs: id: sign uses: r0adkll/sign-android-release@v1.0.4 env: - BUILD_TOOLS_VERSION: "30.0.2" + BUILD_TOOLS_VERSION: "34.0.0" with: releaseDirectory: app/release signingKeyBase64: ${{ secrets.SIGNING_KEY }}