diff --git a/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy b/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy index bf276c7ee4..b6650a1957 100644 --- a/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy +++ b/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy @@ -165,7 +165,7 @@ class FlutterPlugin implements Plugin { * For each APK variant, use the following versions to override the version of the Universal APK. * Otherwise, the Play Store will complain that the APK variants have the same version. */ - private static final Map ABI_VERSION = [ + private static final Map ABI_VERSION = [ (ARCH_ARM32) : 1, (ARCH_ARM64) : 2, (ARCH_X86) : 3,