From 5b6b7b803553822d060a08e1f3705721c7020912 Mon Sep 17 00:00:00 2001 From: Jared Burrows Date: Mon, 29 Jan 2024 14:50:20 -0500 Subject: [PATCH] android 34 (#407) --- .../com/jaredsburrows/license/LicensePluginAndroidSpec.groovy | 2 +- .../groovy/com/jaredsburrows/license/LicensePluginSpec.groovy | 2 +- .../com/jaredsburrows/license/LicensePluginVersionSpec.groovy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginAndroidSpec.groovy b/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginAndroidSpec.groovy index 5391a6f3..4a9dc3cd 100644 --- a/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginAndroidSpec.groovy +++ b/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginAndroidSpec.groovy @@ -14,7 +14,7 @@ import spock.lang.Unroll final class LicensePluginAndroidSpec extends Specification { @Rule public final TemporaryFolder testProjectDir = new TemporaryFolder() - private int compileSdkVersion = 33 + private int compileSdkVersion = 34 private List pluginClasspath private String classpathString private String mavenRepoUrl diff --git a/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginSpec.groovy b/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginSpec.groovy index 383d0ac5..5aafe866 100644 --- a/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginSpec.groovy +++ b/gradle-license-plugin/src/test/groovy/com/jaredsburrows/license/LicensePluginSpec.groovy @@ -12,7 +12,7 @@ import spock.lang.Unroll final class LicensePluginSpec extends Specification { @Rule public final TemporaryFolder testProjectDir = new TemporaryFolder() - private int compileSdkVersion = 33 + private int compileSdkVersion = 34 private String agpVersion = "3.6.4" private List pluginClasspath private String classpathString 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 7c9e4721..b8f32f3d 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 @@ -11,7 +11,7 @@ import spock.lang.Unroll final class LicensePluginVersionSpec extends Specification { @Rule public final TemporaryFolder testProjectDir = new TemporaryFolder() - private int compileSdkVersion = 33 + private int compileSdkVersion = 34 private List pluginClasspath private String classpathString private File buildFile