Skip to content

Commit 1d6a0e7

Browse files
Bump to AGP 7.1.0-alpha10 (#408)
1 parent 9a12427 commit 1d6a0e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repositories {
5757
google()
5858
}
5959

60-
def agpVersion = "7.1.0-alpha08"
60+
def agpVersion = "7.1.0-alpha10"
6161
def autoValueVersion = "1.8.1"
6262
def gsonVersion = "2.8.6"
6363
def javassistVersion = "3.27.0-GA"
@@ -76,7 +76,7 @@ dependencies {
7676

7777
compileOnly "com.android.tools.build:gradle:$agpVersion"
7878
compileOnly "com.android.tools:r8:2.2.64"
79-
compileOnly "com.android.tools:repository:30.1.0-alpha08"
79+
compileOnly "com.android.tools:repository:30.1.0-alpha10"
8080

8181
testImplementation "com.android.tools.build:gradle:$agpVersion"
8282
testImplementation "com.google.code.gson:gson:${gsonVersion}"

src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class IntegrationSpec extends Specification {
3131

3232
where:
3333
agpVersion | gradleVersion || numMethods | numClasses | numFields
34-
"7.1.0-alpha08" | "7.1.1" || 7355 | 926 | 2592
34+
"7.1.0-alpha10" | "7.2" || 7355 | 926 | 2592
3535
"7.0.0" | "7.1.1" || 7355 | 926 | 2592
3636
"4.2.0" | "6.8.1" || 7422 | 926 | 2677
3737
"4.1.0" | "6.7.1" || 7356 | 926 | 2597
@@ -61,7 +61,7 @@ class IntegrationSpec extends Specification {
6161

6262
where:
6363
agpVersion | gradleVersion || numMethods | numClasses | numFields
64-
"7.1.0-alpha08" | "7.1.1" || 7 | 5 | 3
64+
"7.1.0-alpha10" | "7.2" || 7 | 5 | 3
6565
"7.0.0" | "7.1.1" || 7 | 5 | 3
6666
"4.2.0" | "6.8.1" || 7 | 5 | 3
6767
"4.1.0" | "6.7.1" || 7 | 5 | 3
@@ -91,7 +91,7 @@ class IntegrationSpec extends Specification {
9191

9292
where:
9393
agpVersion | gradleVersion || numMethods | numClasses | numFields
94-
"7.1.0-alpha08" | "7.1.1" || 4266 | 723 | 1268
94+
"7.1.0-alpha10" | "7.2" || 4266 | 723 | 1268
9595
"7.0.0" | "7.1.1" || 4266 | 723 | 1268
9696
"4.2.0" | "6.8.1" || 4266 | 723 | 1268
9797
"4.1.0" | "6.7.1" || 4266 | 723 | 1268
@@ -121,7 +121,7 @@ class IntegrationSpec extends Specification {
121121

122122
where:
123123
agpVersion | gradleVersion || numMethods | numClasses | numFields
124-
"7.1.0-alpha08" | "7.1.1" || 7355 | 926 | 2592
124+
"7.1.0-alpha10" | "7.2" || 7355 | 926 | 2592
125125
"7.0.0" | "7.1.1" || 7355 | 926 | 2592
126126
"4.2.0" | "6.8.1" || 7422 | 926 | 2677
127127
"4.1.0" | "6.7.1" || 7356 | 926 | 2597

0 commit comments

Comments
 (0)