Skip to content

Commit

Permalink
Update tests to execute against AGP 8.1.2 and AGP 8.2.0-beta06
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Sep 28, 2023
1 parent 5091ad6 commit afa7dce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {

dependencies {
val versions = mapOf(
"agp" to "8.1.1",
"agp" to "8.1.2",
"sdkBuildTools" to "31.1.1",
"spock" to "2.3-groovy-3.0",
)
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"8.3.0-alpha05": [
"8.3"
],
"8.2.0-beta05": [
"8.2.0-beta06": [
"8.2.1"
],
"8.1.1": [
"8.1.2": [
"8.0.2"
],
"8.0.2": [
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 @@ -13,8 +13,8 @@ class WorkaroundTest extends Specification {
where:
androidVersion | expectedWorkarounds
"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.2.0-beta06" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"8.1.2" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"8.0.2" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"7.4.2" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
"7.3.1" | ['MergeSourceSetFolders', 'RoomSchemaLocation', 'ZipMergingTask', 'JdkImage', 'PackageForUnitTest']
Expand Down

0 comments on commit afa7dce

Please # to comment.