Skip to content

Commit

Permalink
Add AGP 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 22, 2025
1 parent 06c57cc commit 04e4418
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,23 @@ abstract class AbstractAndroidSpec extends AbstractFunctionalSpec {
protected static final AGP_8_7 = AgpVersion.version('8.7.3')
protected static final AGP_8_8 = AgpVersion.version('8.8.0')
protected static final AGP_8_9 = AgpVersion.version('8.9.0-alpha09')
protected static final AGP_8_10 = AgpVersion.version('8.10.0-alpha01')

protected static final AGP_LATEST = AGP_8_9

/**
* TODO(tsr): this doc is perpetually out of date.
*
* {@code AGP_8_0} represents the minimum stable _tested_ version. {@code AGP_8_8} represents the maximum stable
* _tested_ version. We also test against the latest alpha, {@code AGP_8_9} at time of writing. DAGP may work with
* _tested_ version. We also test against the latest alpha, {@code AGP_8_10} at time of writing. DAGP may work with
* other versions of AGP, but they aren't tested, primarily for CI performance reasons.
*
* @see <a href="https://maven.google.com/web/index.html?#com.android.tools.build:gradle">AGP releases</a>
*/
protected static final SUPPORTED_AGP_VERSIONS = [
AGP_8_0,
AGP_8_8,
AGP_8_9,
AGP_8_10,
]

protected static List<AgpVersion> agpVersions(AgpVersion minAgpVersion = AgpVersion.AGP_MIN) {
Expand Down

0 comments on commit 04e4418

Please sign in to comment.