We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd2ad9 commit 3398482Copy full SHA for 3398482
LabelStoreMax/android/app/build.gradle
@@ -28,14 +28,6 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
28
android {
29
packagingOptions {
30
exclude 'META-INF/DEPENDENCIES'
31
- exclude 'META-INF/LICENSE'
32
- exclude 'META-INF/LICENSE.txt'
33
- exclude 'META-INF/license.txt'
34
- exclude 'META-INF/NOTICE'
35
- exclude 'META-INF/NOTICE.txt'
36
- exclude 'META-INF/notice.txt'
37
- exclude 'META-INF/ASL2.0'
38
- exclude("META-INF/*.kotlin_module")
39
}
40
41
compileSdkVersion 30
0 commit comments