@@ -31,7 +31,7 @@ class IntegrationSpec extends Specification {
31
31
32
32
where :
33
33
agpVersion | gradleVersion || numMethods | numClasses | numFields
34
- " 8.0.0-alpha08 " | " 7.5" || 6938 | 1022 | 2527
34
+ " 8.0.0-alpha09 " | " 7.5" || 6928 | 1018 | 2527
35
35
" 7.4.0-rc01" | " 7.5" || 7289 | 1072 | 2657
36
36
" 7.3.1" | " 7.5" || 7263 | 1037 | 2666
37
37
" 7.2.2" | " 7.5" || 7410 | 925 | 2666
@@ -87,7 +87,7 @@ class IntegrationSpec extends Specification {
87
87
88
88
where :
89
89
agpVersion | gradleVersion || numMethods | numClasses | numFields
90
- " 8.0.0-alpha08 " | " 7.5" || 7 | 5 | 3
90
+ " 8.0.0-alpha09 " | " 7.5" || 4 | 3 | 0
91
91
" 7.4.0-rc01" | " 7.5" || 7 | 5 | 3
92
92
" 7.3.1" | " 7.5" || 7 | 5 | 3
93
93
" 7.2.2" | " 7.5" || 7 | 5 | 3
@@ -121,7 +121,7 @@ class IntegrationSpec extends Specification {
121
121
122
122
where :
123
123
agpVersion | gradleVersion || numMethods | numClasses | numFields
124
- " 8.0.0-alpha08 " | " 7.5" || 4242 | 726 | 1268
124
+ " 8.0.0-alpha09 " | " 7.5" || 4240 | 725 | 1265
125
125
" 7.4.0-rc01" | " 7.5" || 4244 | 728 | 1268
126
126
" 7.3.1" | " 7.5" || 4277 | 745 | 1284
127
127
" 7.2.2" | " 7.5" || 4266 | 723 | 1268
@@ -155,7 +155,7 @@ class IntegrationSpec extends Specification {
155
155
156
156
where :
157
157
agpVersion | gradleVersion || numMethods | numClasses | numFields
158
- " 8.0.0-alpha08 " | " 7.5" || 6938 | 1022 | 2527
158
+ " 8.0.0-alpha09 " | " 7.5" || 6928 | 1018 | 2527
159
159
" 7.4.0-rc01" | " 7.5" || 7289 | 1072 | 2657
160
160
" 7.3.1" | " 7.5" || 7263 | 1037 | 2666
161
161
" 7.2.2" | " 7.5" || 7410 | 925 | 2666
0 commit comments