diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index 87f288e64e..54f8723beb 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -136,7 +136,7 @@ jobs: - name: 🔧 Setup bundletool uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1 with: - bundletool-version: "1.17.2" + version: "1.18.3" - name: 🔑 Decode keystore run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode > diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index c12403a18d..af322011f4 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -396,7 +396,7 @@ jobs: - name: 🔧 Setup bundletool uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1 with: - bundletool-version: "1.17.2" + version: "1.18.3" - name: 🔑 Decode keystore run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode >