Skip to content

Releases: usefulness/agp-version-finder-action

v1.0.1

26 May 14:01
aecea9c
Compare
Choose a tag to compare

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

26 May 13:41
0127c46
Compare
Choose a tag to compare

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

10 Mar 12:06
59c81bc
Compare
Choose a tag to compare

What's Changed

  • The action can now be invoked on Windows machines - #17

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Jan 16:30
2e27d3b
Compare
Choose a tag to compare

v0.2.0

22 Oct 21:29
9084404
Compare
Choose a tag to compare

What's Changed

  • Migrate away from deprecated set-output command

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Sep 09:22
aab8554
Compare
Choose a tag to compare