Merge pull request '解决3 files found with path ‘META-INF/DEPENDENCIES’ ...' (#8) from second into main

main
pb7q4l69o 3 months ago
commit d976195929

@ -29,6 +29,14 @@ android {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
packaging {
resources.excludes.add("META-INF/DEPENDENCIES");
resources.excludes.add("META-INF/NOTICE");
resources.excludes.add("META-INF/LICENSE");
resources.excludes.add("META-INF/LICENSE.txt");
resources.excludes.add("META-INF/NOTICE.txt");
}
}
dependencies {

Loading…
Cancel
Save