# Firebase Android performance Gradle plugin release notes minimum Gradle Android Gradle Plugin version

Status: search-observed
Product: Firebase Android
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/firebase-android-performance-gradle-plugin-release-notes-minimum-gradle-android-gradle-plugin-ve
Machine JSON: https://gitdocs.org/api/fixes/firebase-android-performance-gradle-plugin-release-notes-minimum-gradle-android-gradle-plugin-ve.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

Build scripts can be syntactically plausible while the current build-system major removes implicit artifacts/APIs or raises its daemon runtime floor.

## Fix

```
Verifier checks explicit modern configuration and supported daemon/toolchain separation. Check the resolved dependency graph and runtime behavior on the declared minimum platform.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Firebase Android performance Gradle plugin release notes minimum Gradle Android Gradle Plugin version
- site:firebase.google.com/support/release-notes/android firebase performance gradle plugin minimum Gradle
- https://firebase.google.com/support/release-notes/android
- 'perf-plugin' in https://firebase.google.com/support/release-notes/android

## Sources

- Firebase Android SDK release notes / BoM 34: https://firebase.google.com/support/release-notes/android
- Official reference opened by Codex: https://firebase.google.com/support/release-notes/android
