Skip to content

Commit d043f41

Browse files
authored
Update: Android Gradle Plugin dependency to stable 7.2.0 (#52)
Also updated the integration test to also run on the latest Gradle release candidate (7.5-rc-1)
1 parent 5f0433e commit d043f41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ androidMinSdk = "19"
33
androidTargetSdk = "31"
44
androidCompileSdk = "31"
55
kotlin = "1.5.31"
6-
androidGradlePlugin = "7.2.0-rc01"
6+
androidGradlePlugin = "7.2.0"
77

88
[libraries]
99
appCompat = { module = "androidx.appcompat:appcompat", version = "1.4.0" }

plugin/src/test/kotlin/org/neotech/plugin/rootcoverage/IntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class IntegrationTest(
108108

109109
val testFixtures = File("src/test/test-fixtures").listFiles()?.filter { it.isDirectory }
110110
?: error("Could not list test fixture directories")
111-
val gradleVersions = arrayOf("7.3.3", "7.4", "7.4.2")
111+
val gradleVersions = arrayOf("7.3.3", "7.4", "7.4.2", "7.5-rc-1")
112112
return testFixtures.flatMap { file ->
113113
gradleVersions.map { gradleVersion ->
114114
arrayOf("${file.name}-$gradleVersion", file, gradleVersion)

0 commit comments

Comments
 (0)