Skip to content

Commit

Permalink
Updated to AGP 8.3.0-rc01 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish authored Feb 6, 2024
2 parents 617994b + 395d0da commit 14420c4
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.4.0-alpha07": [
"8.6"
],
"8.3.0-beta02": [
"8.3.0-rc01": [
"8.6"
],
"8.2.2": [
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.4.0-alpha07" | ['JdkImage']
"8.3.0-beta02" | ['MergeSourceSetFolders', '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 14420c4

Please sign in to comment.