Skip to content

Commit

Permalink
android 34 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Jan 29, 2024
1 parent 8ab4734 commit 5b6b7b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<File> pluginClasspath
private String classpathString
private String mavenRepoUrl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<File> pluginClasspath
private String classpathString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<File> pluginClasspath
private String classpathString
private File buildFile
Expand Down

0 comments on commit 5b6b7b8

Please sign in to comment.