Added actions/cache@v3 for: - ~/android-sdk (keyed on OS + API 34) — skips 150MB download - ~/.gradle + android/.gradle-home (keyed on OS + gradle 8.7 + gradle files hash) — skips 130MB gradle download + all dependency resolution and jar caching - ~/.cache/pip (keyed on requirements.txt hash) — skips flask/click/werkzeug installs Build step now checks if cached paths exist before downloading. Expected speedup: 5-6 min → ~1-2 min on cache hits.