diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9c244c1..983804c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,9 +5,9 @@ thrifty = "3.1.0" [libraries] # Build + runtime dependencies -androidTools-agp = "com.android.tools.build:gradle:8.7.2" # Note that updates here usually require updates to androidTools-repository +androidTools-agp = "com.android.tools.build:gradle:8.8.0-alpha08" # Note that updates here usually require updates to androidTools-repository androidTools-r8 = "com.android.tools:r8:8.1.56" -androidTools-repository = "com.android.tools:repository:31.7.2" +androidTools-repository = "com.android.tools:repository:31.8.0-alpha08" autoValue-processor = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" } autoValue-annotations = { module = "com.google.auto.value:auto-value-annotations", version.ref = "autoValue" } commons-io = "commons-io:commons-io:2.14.0" diff --git a/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy b/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy index 9e29242..a2e3572 100644 --- a/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy +++ b/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy @@ -31,6 +31,7 @@ class IntegrationSpec extends Specification { where: agpVersion | gradleVersion || numMethods | numClasses | numFields + "8.8.0-alpha08" | "8.10.2" || 6934 | 1023 | 2528 "8.7.2" | "8.10.2" || 6934 | 1023 | 2528 "8.3.0" | "8.4" || 6932 | 1023 | 2528 "8.2.0" | "8.4" || 6932 | 1023 | 2528 @@ -64,6 +65,7 @@ class IntegrationSpec extends Specification { where: agpVersion | gradleVersion || numMethods | numClasses | numFields + "8.8.0-alpha08" | "8.10.2" || 4 | 3 | 0 "8.7.2" | "8.10.2" || 4 | 3 | 0 "8.3.0" | "8.4" || 4 | 3 | 0 "8.2.0" | "8.4" || 4 | 3 | 0 @@ -97,6 +99,7 @@ class IntegrationSpec extends Specification { where: agpVersion | gradleVersion || numMethods | numClasses | numFields + "8.8.0-alpha08" | "8.10.2" || 4243 | 725 | 1265 "8.7.2" | "8.10.2" || 4243 | 725 | 1265 "8.3.0" | "8.4" || 4240 | 725 | 1265 "8.2.0" | "8.4" || 4240 | 725 | 1265 @@ -130,6 +133,7 @@ class IntegrationSpec extends Specification { where: agpVersion | gradleVersion || numMethods | numClasses | numFields + "8.8.0-alpha08" | "8.10.2" || 6934 | 1023 | 2528 "8.7.2" | "8.10.2" || 6934 | 1023 | 2528 "8.3.0" | "8.4" || 6932 | 1023 | 2528 "8.2.0" | "8.4" || 6932 | 1023 | 2528