Skip to content

Commit

Permalink
Updated AGP to 8.4.0-alpha08 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish authored Feb 6, 2024
2 parents 14420c4 + 1af554e commit 99fd884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.0-alpha07": [
"8.4.0-alpha08": [
"8.6"
],
"8.3.0-rc01": [
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.4.0-alpha07" | ['JdkImage']
"8.3.0-rc01" | ['MergeSourceSetFolders', 'JdkImage']
"8.4.0-alpha08" | ['JdkImage']
"8.3.0-rc01" | ['MergeSourceSetFolders', 'JdkImage']
"8.2.2" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
"8.1.4" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
"8.0.2" | ['MergeSourceSetFolders', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
Expand Down

0 comments on commit 99fd884

Please sign in to comment.