diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index abe68cc1..6b180e0c 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -83,6 +83,8 @@ android { packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" + excludes += "META-INF/*.version" + excludes += "META-INF/**/LICENSE.txt" } } testOptions {