Skip to content

Commit fbfbdee

Browse files
Support AGP 7.4.0 (#492)
1 parent 5bf3fe6 commit fbfbdee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class IntegrationSpec extends Specification {
3333
where:
3434
agpVersion | gradleVersion || numMethods | numClasses | numFields
3535
"8.0.0-alpha11" | "7.5" || 6935 | 1026 | 2528
36-
"7.4.0-rc01" | "7.5" || 7289 | 1072 | 2657
36+
"7.4.0" | "7.5" || 7273 | 1065 | 2657
3737
"7.3.1" | "7.5" || 7263 | 1037 | 2666
3838
"7.2.2" | "7.5" || 7410 | 925 | 2666
3939
"7.1.1" | "7.5" || 7421 | 926 | 2676
@@ -85,7 +85,7 @@ class IntegrationSpec extends Specification {
8585
where:
8686
agpVersion | gradleVersion || numMethods | numClasses | numFields
8787
"8.0.0-alpha11" | "7.5" || 4 | 3 | 0
88-
"7.4.0-rc01" | "7.5" || 7 | 5 | 3
88+
"7.4.0" | "7.5" || 7 | 5 | 3
8989
"7.3.1" | "7.5" || 7 | 5 | 3
9090
"7.2.2" | "7.5" || 7 | 5 | 3
9191
"7.1.1" | "7.5" || 7 | 5 | 3
@@ -114,7 +114,7 @@ class IntegrationSpec extends Specification {
114114
where:
115115
agpVersion | gradleVersion || numMethods | numClasses | numFields
116116
"8.0.0-alpha11" | "7.5" || 4240 | 725 | 1265
117-
"7.4.0-rc01" | "7.5" || 4244 | 728 | 1268
117+
"7.4.0" | "7.5" || 4242 | 726 | 1268
118118
"7.3.1" | "7.5" || 4277 | 745 | 1284
119119
"7.2.2" | "7.5" || 4266 | 723 | 1268
120120
"7.1.1" | "7.5" || 4266 | 723 | 1268
@@ -143,7 +143,7 @@ class IntegrationSpec extends Specification {
143143
where:
144144
agpVersion | gradleVersion || numMethods | numClasses | numFields
145145
"8.0.0-alpha11" | "7.5" || 6935 | 1026 | 2528
146-
"7.4.0-rc01" | "7.5" || 7289 | 1072 | 2657
146+
"7.4.0" | "7.5" || 7273 | 1065 | 2657
147147
"7.3.1" | "7.5" || 7263 | 1037 | 2666
148148
"7.2.2" | "7.5" || 7410 | 925 | 2666
149149
"7.1.1" | "7.5" || 7421 | 926 | 2676

0 commit comments

Comments
 (0)