From 33984825114f96cd73f39c32c9981f7ba9722799 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 12 Oct 2021 00:04:56 +0100 Subject: [PATCH] fix build.gradle and stripe_pay.dart --- LabelStoreMax/android/app/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/LabelStoreMax/android/app/build.gradle b/LabelStoreMax/android/app/build.gradle index 7adc310..bdaf89e 100644 --- a/LabelStoreMax/android/app/build.gradle +++ b/LabelStoreMax/android/app/build.gradle @@ -28,14 +28,6 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { packagingOptions { exclude 'META-INF/DEPENDENCIES' - exclude 'META-INF/LICENSE' - exclude 'META-INF/LICENSE.txt' - exclude 'META-INF/license.txt' - exclude 'META-INF/NOTICE' - exclude 'META-INF/NOTICE.txt' - exclude 'META-INF/notice.txt' - exclude 'META-INF/ASL2.0' - exclude("META-INF/*.kotlin_module") } compileSdkVersion 30