pull/2/head
ALless 3 months ago
parent e6a386dc47
commit dc32626c76

@ -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"

@ -1,5 +1,5 @@
[versions]
agp = "8.9.0"
agp = "8.9.1"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"

Loading…
Cancel
Save