SHarkii 4 months ago
parent e6a386dc47
commit 2a9403dbed

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

@ -6,11 +6,11 @@ android {
namespace 'net.micode.notes'
compileSdk 35
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");
// 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");
}
defaultConfig {
applicationId "net.micode.notes"

Loading…
Cancel
Save