Skip to content

Commit

Permalink
Bump references to Android Gradle plugin from 8.7.0-alpha02 to 8.7.0-…
Browse files Browse the repository at this point in the history
…alpha03 (#734)

This PR bumps references to Android Gradle plugin from 8.7.0-alpha02 to
8.7.0-alpha03.
  • Loading branch information
erichaagdev authored Jul 26, 2024
2 parents 5c900c3 + b8889d9 commit 5719b20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"supportedVersions": {
"8.7.0-alpha02": [
"8.7.0-alpha03": [
"8.9"
],
"8.6.0-beta02": [
Expand Down
2 changes: 1 addition & 1 deletion src/test/groovy/org/gradle/android/WorkaroundTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class WorkaroundTest extends Specification {
workarounds.collect { it.class.simpleName.replaceAll(/Workaround/, "") }.sort() == expectedWorkarounds.sort()
where:
androidVersion | expectedWorkarounds
"8.7.0-alpha02" | ['JdkImage']
"8.7.0-alpha03" | ['JdkImage']
"8.6.0-beta02" | ['JdkImage']
"8.5.1" | ['JdkImage']
"8.4.1" | ['JdkImage']
Expand Down

0 comments on commit 5719b20

Please sign in to comment.