mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-30 18:02:43 +02:00
Remove unused files from APK
This commit is contained in:
+10
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user