diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c68ea2f8..a0eac368 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -76,11 +76,6 @@ jobs: - name: Configure Gradle permissions run: chmod +x android/gradlew - - - name: Setup Gradle cache - uses: gradle/actions@v4.4.2 - with: - cache-read-only: ${{ github.ref != 'refs/heads/main' }} - name: Build Debug APK if: matrix.build-type == 'debug'