Skip to content

Commit

Permalink
Bump references to Android Gradle plugin from 8.5.0-rc02 to 8.5.0 (#722)
Browse files Browse the repository at this point in the history
This PR bumps references to Android Gradle plugin from 8.5.0-rc02 to
8.5.0.
  • Loading branch information
runningcode committed Jun 14, 2024
2 parents 776bcf4 + 1bce653 commit 6ee47af
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
Expand Up @@ -3,7 +3,7 @@
"8.6.0-alpha05": [
"8.8"
],
"8.5.0-rc02": [
"8.5.0": [
"8.8"
],
"8.4.1": [
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 @@ -13,7 +13,7 @@ class WorkaroundTest extends Specification {
where:
androidVersion | expectedWorkarounds
"8.6.0-alpha05" | ['JdkImage']
"8.5.0-rc02" | ['JdkImage']
"8.5.0" | ['JdkImage']
"8.4.1" | ['JdkImage']
"8.3.2" | ['MergeSourceSetFolders', 'JdkImage']
"8.2.2" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
Expand Down

0 comments on commit 6ee47af

Please sign in to comment.