Skip to content

Commit

Permalink
Update to AGP 8.4.0-rc02 and 8.5.0-alpha04 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn committed Apr 8, 2024
2 parents d9aa091 + 79687f1 commit 359c70b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"supportedVersions": {
"8.5.0-alpha03": [
"8.5.0-alpha04": [
"8.7"
],
"8.4.0-rc01": [
"8.4.0-rc02": [
"8.7"
],
"8.3.1": [
Expand Down
4 changes: 2 additions & 2 deletions src/test/groovy/org/gradle/android/WorkaroundTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class WorkaroundTest extends Specification {
workarounds.collect { it.class.simpleName.replaceAll(/Workaround/, "") }.sort() == expectedWorkarounds.sort()
where:
androidVersion | expectedWorkarounds
"8.5.0-alpha03" | ['JdkImage']
"8.4.0-rc01" | ['JdkImage']
"8.5.0-alpha04" | ['JdkImage']
"8.4.0-rc02" | ['JdkImage']
"8.3.1" | ['MergeSourceSetFolders', 'JdkImage']
"8.2.2" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
"8.1.4" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
Expand Down

0 comments on commit 359c70b

Please sign in to comment.