Skip to content

Commit

Permalink
Support AGP 8.0.0 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader committed Apr 20, 2023
1 parent e53b544 commit 82b7bf4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class IntegrationSpec extends Specification {
where:
agpVersion | gradleVersion || numMethods | numClasses | numFields
"8.1.0-alpha10" | "8.0.2" || 6935 | 1024 | 2528
"8.0.0-beta04" | "8.0.2" || 6935 | 1026 | 2528
"8.0.0" | "8.0.2" || 6929 | 1020 | 2528
"7.4.1" | "7.6" || 7273 | 1065 | 2657
"7.3.1" | "7.6" || 7263 | 1037 | 2666
"7.2.2" | "7.6" || 7410 | 925 | 2666
Expand Down Expand Up @@ -86,7 +86,7 @@ class IntegrationSpec extends Specification {
where:
agpVersion | gradleVersion || numMethods | numClasses | numFields
"8.1.0-alpha10" | "8.0.2" || 4 | 3 | 0
"8.0.0-beta04" | "8.0.2" || 4 | 3 | 0
"8.0.0" | "8.0.2" || 4 | 3 | 0
"7.4.1" | "7.6" || 7 | 5 | 3
"7.3.1" | "7.6" || 7 | 5 | 3
"7.2.2" | "7.6" || 7 | 5 | 3
Expand Down Expand Up @@ -116,7 +116,7 @@ class IntegrationSpec extends Specification {
where:
agpVersion | gradleVersion || numMethods | numClasses | numFields
"8.1.0-alpha10" | "8.0.2" || 4240 | 725 | 1265
"8.0.0-beta04" | "8.0.2" || 4240 | 725 | 1265
"8.0.0" | "8.0.2" || 4240 | 725 | 1265
"7.4.1" | "7.6" || 4242 | 726 | 1268
"7.3.1" | "7.6" || 4277 | 745 | 1284
"7.2.2" | "7.6" || 4266 | 723 | 1268
Expand Down Expand Up @@ -146,7 +146,7 @@ class IntegrationSpec extends Specification {
where:
agpVersion | gradleVersion || numMethods | numClasses | numFields
"8.1.0-alpha10" | "8.0.2" || 6935 | 1024 | 2528
"8.0.0-beta04" | "8.0.2" || 6935 | 1026 | 2528
"8.0.0" | "8.0.2" || 6929 | 1020 | 2528
"7.4.1" | "7.6" || 7273 | 1065 | 2657
"7.3.1" | "7.6" || 7263 | 1037 | 2666
"7.2.2" | "7.6" || 7410 | 925 | 2666
Expand Down

0 comments on commit 82b7bf4

Please sign in to comment.