Skip to content

Commit

Permalink
Bump supported AGP version from 8.3.0-rc01 to 8.3.0-rc02 (#662)
Browse files Browse the repository at this point in the history
This PR bumps the supported AGP version from `8.3.0-rc01` to
`8.3.0-rc02`.
  • Loading branch information
erichaagdev authored Feb 13, 2024
2 parents 4286edc + 171a2f1 commit bb5e393
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-alpha09": [
"8.6"
],
"8.3.0-rc01": [
"8.3.0-rc02": [
"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-alpha09" | ['JdkImage']
"8.3.0-rc01" | ['MergeSourceSetFolders', 'JdkImage']
"8.3.0-rc02" | ['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 bb5e393

Please sign in to comment.