diff --git a/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginVersionSpec.groovy b/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginVersionSpec.groovy index 5bc3f541..b821874e 100644 --- a/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginVersionSpec.groovy +++ b/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginVersionSpec.groovy @@ -62,7 +62,6 @@ final class LicensePluginVersionSpec extends Specification { where: gradleVersion << [ - '7.2', '7.3.3', '7.4.2', '7.5.1', @@ -122,7 +121,6 @@ final class LicensePluginVersionSpec extends Specification { // 7+, 3.6.4 [gradleVersion, agpVersion] << [ [ - '7.2', '7.3.3', '7.4.2', ], @@ -181,7 +179,6 @@ final class LicensePluginVersionSpec extends Specification { // 7+, 4 [gradleVersion, agpVersion] << [ [ - '7.2', '7.3.3', '7.4.2', ], @@ -240,7 +237,6 @@ final class LicensePluginVersionSpec extends Specification { // 7+, 4.1.0+ [gradleVersion, agpVersion] << [ [ - '7.2', '7.3.3', '7.4.2', ], @@ -299,7 +295,6 @@ final class LicensePluginVersionSpec extends Specification { // 7+, 4.2 [gradleVersion, agpVersion] << [ [ - '7.2', '7.3.3', '7.4.2', ], @@ -358,7 +353,6 @@ final class LicensePluginVersionSpec extends Specification { // 7.0+, 7.0 [gradleVersion, agpVersion] << [ [ - '7.2', '7.3.3', '7.4.2', '7.5.1', @@ -422,7 +416,6 @@ final class LicensePluginVersionSpec extends Specification { // 7.2+, 7.1 [gradleVersion, agpVersion] << [ [ - '7.2', '7.3.3', '7.4.2', '7.5.1', @@ -486,7 +479,6 @@ final class LicensePluginVersionSpec extends Specification { // 7.3+, 7.2 [gradleVersion, agpVersion] << [ [ - '7.2', '7.3.3', '7.4.2', '7.5.1', diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 05997bf0..478d1e58 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } license = { id = "com.jaredsburrows.license", version = "0.9.4" } [libraries] -android-plugin = { module = "com.android.tools.build:gradle", version = "7.1.3" } +android-plugin = { module = "com.android.tools.build:gradle", version = "7.2.2" } commons = { module = "org.apache.commons:commons-csv", version = "1.10.0" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }