Skip to content

Commit

Permalink
Support AGP 7.4.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-bader authored Jan 16, 2023
1 parent 5bf3fe6 commit fbfbdee
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.0.0-alpha11" | "7.5" || 6935 | 1026 | 2528
"7.4.0-rc01" | "7.5" || 7289 | 1072 | 2657
"7.4.0" | "7.5" || 7273 | 1065 | 2657
"7.3.1" | "7.5" || 7263 | 1037 | 2666
"7.2.2" | "7.5" || 7410 | 925 | 2666
"7.1.1" | "7.5" || 7421 | 926 | 2676
Expand Down Expand Up @@ -85,7 +85,7 @@ class IntegrationSpec extends Specification {
where:
agpVersion | gradleVersion || numMethods | numClasses | numFields
"8.0.0-alpha11" | "7.5" || 4 | 3 | 0
"7.4.0-rc01" | "7.5" || 7 | 5 | 3
"7.4.0" | "7.5" || 7 | 5 | 3
"7.3.1" | "7.5" || 7 | 5 | 3
"7.2.2" | "7.5" || 7 | 5 | 3
"7.1.1" | "7.5" || 7 | 5 | 3
Expand Down Expand Up @@ -114,7 +114,7 @@ class IntegrationSpec extends Specification {
where:
agpVersion | gradleVersion || numMethods | numClasses | numFields
"8.0.0-alpha11" | "7.5" || 4240 | 725 | 1265
"7.4.0-rc01" | "7.5" || 4244 | 728 | 1268
"7.4.0" | "7.5" || 4242 | 726 | 1268
"7.3.1" | "7.5" || 4277 | 745 | 1284
"7.2.2" | "7.5" || 4266 | 723 | 1268
"7.1.1" | "7.5" || 4266 | 723 | 1268
Expand Down Expand Up @@ -143,7 +143,7 @@ class IntegrationSpec extends Specification {
where:
agpVersion | gradleVersion || numMethods | numClasses | numFields
"8.0.0-alpha11" | "7.5" || 6935 | 1026 | 2528
"7.4.0-rc01" | "7.5" || 7289 | 1072 | 2657
"7.4.0" | "7.5" || 7273 | 1065 | 2657
"7.3.1" | "7.5" || 7263 | 1037 | 2666
"7.2.2" | "7.5" || 7410 | 925 | 2666
"7.1.1" | "7.5" || 7421 | 926 | 2676
Expand Down

0 comments on commit fbfbdee

Please # to comment.