Skip to content

Commit

Permalink
Merge pull request #629 from gradle/update_agp_8_3_0_alpha17
Browse files Browse the repository at this point in the history
Update AGP 8.3.0-alpha17
  • Loading branch information
cdsap authored Dec 8, 2023
2 parents 2c90866 + fefbe83 commit db9b4f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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.3.0-alpha16": [
"8.3.0-alpha17": [
"8.5"
],
"8.2.0": [
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.3.0-alpha16" | ['MergeSourceSetFolders', 'JdkImage']
"8.3.0-alpha17" | ['MergeSourceSetFolders', 'JdkImage']
"8.2.0" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
"8.1.4" | ['MergeSourceSetFolders', 'JdkImage', 'PackageForUnitTest']
"8.0.2" | ['MergeSourceSetFolders', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
":app:generateReleaseAssets" : "UP_TO_DATE",
":app:generateReleaseResources" : "FROM_CACHE",
":app:generateReleaseResValues" : "FROM_CACHE",
":app:generateDebugFeatureMetadata" : "FROM_CACHE",
":app:generateDebugPrivacySandboxSdkRuntimeConfigFile" : "FROM_CACHE",
":app:generateReleaseFeatureMetadata" : "FROM_CACHE",
":app:generateReleasePrivacySandboxSdkRuntimeConfigFile" : "FROM_CACHE",
":app:javaPreCompileDebug" : "FROM_CACHE",
":app:javaPreCompileRelease" : "FROM_CACHE",
":app:kaptDebugKotlin" : "FROM_CACHE",
Expand Down

0 comments on commit db9b4f6

Please sign in to comment.