diff --git a/app/build.gradle b/app/build.gradle index 175e4fe..498c4c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,8 +95,9 @@ android { includeInBundle = false } packagingOptions { - merge 'META-INF/LICENSE.md' - merge 'META-INF/LICENSE-notice.md' + resources { + merges += ['META-INF/LICENSE.md', 'META-INF/LICENSE-notice.md'] + } } } diff --git a/build.gradle b/build.gradle index 2a12b1b..abf2262 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - agp_version = '8.13.0' + agp_version = '8.13.1' } repositories { mavenCentral()