Skip to content

Goooler/agp-sources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

289 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGP Sources

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!

Updating sources

To pull a new version:

  1. Update AGP versions in gradle/*.versions.toml
  2. Run
    ./gradlew dumpAgpSources
  3. 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:

Diff example

About

Contains the per-release bundled sources to the Android Gradle Plugin, useful for general Android development and pointing to open Google issues.

Resources

Stars

Watchers

Forks

Contributors

Languages

  • Kotlin 51.0%
  • Java 48.9%
  • Other 0.1%