Contains the per-release bundled sources to the Android Gradle Plugin, useful for general Android development and pointing to open Google issues.
Want latest sources? Check out Google's main dev branch!
To pull a new version:
- Update AGP versions in
gradle/*.versions.toml - Run
./gradlew dumpAgpSources
- Check the changeset into source control.
The dumpAgpSources Gradle task will automatically download AGP and its transitive dependencies from
the Google repository and unzip them from your local Gradle cache directory.
From there, use your favorite diff tool to easily examine changes across versions: