Skip to content

Commit

Permalink
Merge pull request #587 from gradle/iv/agp_8_2_beta_05
Browse files Browse the repository at this point in the history
Update agp 8.2.0-beta05
  • Loading branch information
cdsap authored Sep 25, 2023
2 parents 839d0ba + 3d4f9f8 commit 5091ad6
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.3.0-alpha03": [
"8.3.0-alpha05": [
"8.3"
],
"8.2.0-beta02": [
"8.2.0-beta05": [
"8.2.1"
],
"8.1.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.3.0-alpha03" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage']
"8.2.0-beta02" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"8.3.0-alpha05" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage']
"8.2.0-beta05" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"8.1.1" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"8.0.2" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"7.4.2" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
Expand Down

0 comments on commit 5091ad6

Please # to comment.