From 2a9403dbed6dc859022b403e17cc272aba74092c Mon Sep 17 00:00:00 2001 From: SHarkii <3376114135@qq.com> Date: Wed, 14 May 2025 09:04:55 +0800 Subject: [PATCH] 2 --- .idea/misc.xml | 1 - .idea/vcs.xml | 6 ++++++ app/build.gradle | 10 +++++----- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 74dd639..b2c751a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index bf86f48..a5b2052 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"