Skip to content

Commit

Permalink
test Gradle 8.7-rc3 (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Mar 11, 2024
1 parent c5019ea commit dd412fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
#### Compatibility tested up to
- JDK 21
- Gradle 8.6
- Gradle 8.7-rc-2
- Gradle 8.7-rc-3
- Android Gradle Plugin 8.3.0
- Android Gradle Plugin 8.4.0-alpha12
- Kotlin Gradle Plugin 1.9.22
- Android Gradle Plugin 8.4.0-alpha13
- Kotlin Gradle Plugin 1.9.23
- Kotlin Gradle Plugin 2.0.0-Beta4

#### Configuration cache status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ enum class AgpVersion(

// canary channel
AGP_8_4(
value = "8.4.0-alpha12",
value = "8.4.0-alpha13",
minGradleVersion = GradleVersion.GRADLE_8_6,
),
}
Expand Down Expand Up @@ -76,13 +76,12 @@ enum class GradleVersion(

// rc
GRADLE_8_7(
value = "8.7-rc-2",
value = "8.7-rc-3",
),
;

companion object {
// aliases for the skipped version to be able to reference the correct one in AgpVersion
val GRADLE_8_2 = GRADLE_8_6
val GRADLE_8_4 = GRADLE_8_6
}
}
Expand Down

0 comments on commit dd412fc

Please sign in to comment.