diff --git a/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.bin b/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.bin index 07f66ae..32d0392 100644 Binary files a/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.bin and b/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.bin differ diff --git a/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.lock b/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.lock index f14f74b..0768773 100644 Binary files a/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.lock and b/Notes-master/.gradle/8.11.1/executionHistory/executionHistory.lock differ diff --git a/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.bin b/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.bin index 5c7f6b5..99ac3b7 100644 Binary files a/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.bin and b/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.bin differ diff --git a/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.lock b/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.lock index affc497..fa5d42b 100644 Binary files a/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.lock and b/Notes-master/.gradle/8.11.1/fileHashes/fileHashes.lock differ diff --git a/Notes-master/.gradle/8.11.1/fileHashes/resourceHashesCache.bin b/Notes-master/.gradle/8.11.1/fileHashes/resourceHashesCache.bin index 70fd5fb..c2fe164 100644 Binary files a/Notes-master/.gradle/8.11.1/fileHashes/resourceHashesCache.bin and b/Notes-master/.gradle/8.11.1/fileHashes/resourceHashesCache.bin differ diff --git a/Notes-master/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/Notes-master/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 55c0b76..8ea25ea 100644 Binary files a/Notes-master/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/Notes-master/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/Notes-master/.gradle/buildOutputCleanup/outputFiles.bin b/Notes-master/.gradle/buildOutputCleanup/outputFiles.bin index 4215f6c..be574fd 100644 Binary files a/Notes-master/.gradle/buildOutputCleanup/outputFiles.bin and b/Notes-master/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/Notes-master/app/build.gradle.kts b/Notes-master/app/build.gradle.kts index 76401fb..c9dea91 100644 --- a/Notes-master/app/build.gradle.kts +++ b/Notes-master/app/build.gradle.kts @@ -25,6 +25,13 @@ android { ) } } + 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"); + } compileOptions { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 @@ -50,4 +57,4 @@ dependencies { testImplementation(libs.junit) androidTestImplementation(libs.ext.junit) androidTestImplementation(libs.espresso.core) -} \ No newline at end of file +}