diff --git a/build.gradle b/build.gradle index 2fe023d..e87df3d 100644 --- a/build.gradle +++ b/build.gradle @@ -69,6 +69,16 @@ android { ignore 'InvalidVectorPath' } + packagingOptions { + exclude '/DebugProbesKt.bin' + exclude '/kotlin/**.kotlin_builtins' + exclude '/kotlin/**.kotlin_metadata' + exclude '/META-INF/**.kotlin_module' + exclude '/META-INF/**.pro' + exclude '/META-INF/**.version' + exclude '/okhttp3/internal/publicsuffix/*' + } + def keystorePropertiesFile = rootProject.file('keystore.properties') if (keystorePropertiesFile.exists()) { def keystoreProperties = new Properties() @@ -106,7 +116,6 @@ repositories { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:' + versions.kotlin - implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.preference:preference:1.1.1' implementation 'com.google.android.material:material:1.1.0' implementation 'com.squareup.okhttp3:okhttp:4.7.2'