@@ -31,7 +31,7 @@ class IntegrationSpec extends Specification {
31
31
32
32
where :
33
33
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
35
35
" 7.0.0" | " 7.1.1" || 7355 | 926 | 2592
36
36
" 4.2.0" | " 6.8.1" || 7422 | 926 | 2677
37
37
" 4.1.0" | " 6.7.1" || 7356 | 926 | 2597
@@ -61,7 +61,7 @@ class IntegrationSpec extends Specification {
61
61
62
62
where :
63
63
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
65
65
" 7.0.0" | " 7.1.1" || 7 | 5 | 3
66
66
" 4.2.0" | " 6.8.1" || 7 | 5 | 3
67
67
" 4.1.0" | " 6.7.1" || 7 | 5 | 3
@@ -91,7 +91,7 @@ class IntegrationSpec extends Specification {
91
91
92
92
where :
93
93
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
95
95
" 7.0.0" | " 7.1.1" || 4266 | 723 | 1268
96
96
" 4.2.0" | " 6.8.1" || 4266 | 723 | 1268
97
97
" 4.1.0" | " 6.7.1" || 4266 | 723 | 1268
@@ -121,7 +121,7 @@ class IntegrationSpec extends Specification {
121
121
122
122
where :
123
123
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
125
125
" 7.0.0" | " 7.1.1" || 7355 | 926 | 2592
126
126
" 4.2.0" | " 6.8.1" || 7422 | 926 | 2677
127
127
" 4.1.0" | " 6.7.1" || 7356 | 926 | 2597
0 commit comments