You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces Gradle caching to the Android GitHub Actions workflow. The `actions/cache@v4` action is added to multiple jobs to cache `~/.gradle/caches` and `~/.gradle/wrapper`, keyed by the operating system and hash of Gradle files.
Additionally, the cleanup step has been updated to remove `local.properties` instead of `secret.properties`.
0 commit comments