From fbfbdee7efd508d5db62ce14ef64009db299d93c Mon Sep 17 00:00:00 2001 From: Ben Bader Date: Mon, 16 Jan 2023 14:24:13 -0700 Subject: [PATCH] Support AGP 7.4.0 (#492) --- .../com/getkeepsafe/dexcount/IntegrationSpec.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy b/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy index 15af05b..6a0dce2 100644 --- a/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy +++ b/src/integrationTest/groovy/com/getkeepsafe/dexcount/IntegrationSpec.groovy @@ -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 @@ -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 @@ -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 @@ -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