Skip to content

Commit

Permalink
Bump supported AGP version from 8.4.0-alpha08 to 8.4.0-alpha09 (#660)
Browse files Browse the repository at this point in the history
This PR bump supported AGP version from `8.4.0-alpha08` to
`8.4.0-alpha09`.
  • Loading branch information
erichaagdev authored Feb 9, 2024
2 parents 99fd884 + 2b37ae4 commit 5f4fc19
Show file tree
Hide file tree
Showing 3 changed files with 4 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
@@ -1,6 +1,6 @@
{
"supportedVersions": {
"8.4.0-alpha08": [
"8.4.0-alpha09": [
"8.6"
],
"8.3.0-rc01": [
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 @@ -12,7 +12,7 @@ class WorkaroundTest extends Specification {
workarounds.collect { it.class.simpleName.replaceAll(/Workaround/, "") }.sort() == expectedWorkarounds.sort()
where:
androidVersion | expectedWorkarounds
"8.4.0-alpha08" | ['JdkImage']
"8.4.0-alpha09" | ['JdkImage']
"8.3.0-rc01" | ['MergeSourceSetFolders', 'JdkImage']
"8.2.2" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
"8.1.4" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
":app:writeDebugSigningConfigVersions" : "SUCCESS",
":app:writeReleaseAppMetadata" : "SUCCESS",
":app:writeReleaseSigningConfigVersions" : "SUCCESS",
":app:mergeDebugStartupProfile" : "SUCCESS",
":app:mergeReleaseStartupProfile" : "SUCCESS",
":library:assemble" : "SUCCESS",
":library:assembleDebug" : "SUCCESS",
":library:assembleRelease" : "SUCCESS",
Expand Down

0 comments on commit 5f4fc19

Please sign in to comment.