Releases: usefulness/agp-version-finder-action
Releases · usefulness/agp-version-finder-action
v1.0.1
What's Changed
- Pass through unrecognised values. Allows passing already-resolved semver values in scenarios like:
strategy:
matrix:
javaVersion: [ 17, 21 ]
gradle: [ release-candidate ]
agp: [ alpha, beta, stable ]
include:
- javaVersion: 17
gradle: "8.2.1"
agp: "8.2.2"
Full Changelog: v1...v1.0.1
v1.0.0
What's Changed
- Added ability to resolve specific version. Example:
- id: agp-version-finder
uses: usefulness/agp-version-finder-action@v1
with:
version-to-resolve: "alpha"
The output ${{ steps.agp-version-finder.outputs.resolved-version }}
will then resolve to latest available alpha version
Full Changelog: v0.3.1...v1.0.0
v0.3.1
What's Changed
- The action can now be invoked on Windows machines - #17
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- The action now relies on https://dl.google.com/android/maven2/com/android/tools/build/gradle/maven-metadata.xml instead of https://dl.google.com/dl/android/maven2/com/android/tools/build/group-index.xml as the data source
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
- Initial release
Full Changelog: https://github.com/usefulness/agp-version-finder-action/commits/v0.1.0