mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-31 02:12:42 +02:00
Remove unused files from APK
This commit is contained in:
+10
-1
@@ -69,6 +69,16 @@ android {
|
|||||||
ignore 'InvalidVectorPath'
|
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')
|
def keystorePropertiesFile = rootProject.file('keystore.properties')
|
||||||
if (keystorePropertiesFile.exists()) {
|
if (keystorePropertiesFile.exists()) {
|
||||||
def keystoreProperties = new Properties()
|
def keystoreProperties = new Properties()
|
||||||
@@ -106,7 +116,6 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:' + versions.kotlin
|
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:' + versions.kotlin
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'androidx.preference:preference:1.1.1'
|
implementation 'androidx.preference:preference:1.1.1'
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
implementation 'com.google.android.material:material:1.1.0'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user