Skip to content

Commit

Permalink
Bump references to Android Gradle plugin from 8.6.0-alpha04 to 8.6.0-…
Browse files Browse the repository at this point in the history
…alpha05 (#718)

This PR bumps references to Android Gradle plugin from 8.6.0-alpha04 to
8.6.0-alpha05.
  • Loading branch information
cdsap authored Jun 10, 2024
2 parents 15ae74d + 4eb3fcf commit e7e96c3
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.6.0-alpha04": [
"8.6.0-alpha05": [
"8.8"
],
"8.5.0-rc01": [
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.6.0-alpha04" | ['JdkImage']
"8.6.0-alpha05" | ['JdkImage']
"8.5.0-rc01" | ['JdkImage']
"8.4.1" | ['JdkImage']
"8.3.2" | ['MergeSourceSetFolders', 'JdkImage']
Expand Down

0 comments on commit e7e96c3

Please sign in to comment.