mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 14:08:00 +01:00
Exclude dependency info from APKs
Because this info is encrypted and only readable by Google. It serves no purpose in foss releases. See https://github.com/FossifyOrg/Phone/issues/43 for more info.
This commit is contained in:
parent
ec880c34fe
commit
a1c0440294
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ android {
|
||||||
targetCompatibility = currentJavaVersionFromLibs
|
targetCompatibility = currentJavaVersionFromLibs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependenciesInfo {
|
||||||
|
includeInApk = false
|
||||||
|
}
|
||||||
|
|
||||||
tasks.withType<KotlinCompile> {
|
tasks.withType<KotlinCompile> {
|
||||||
kotlinOptions.jvmTarget = project.libs.versions.app.build.kotlinJVMTarget.get()
|
kotlinOptions.jvmTarget = project.libs.versions.app.build.kotlinJVMTarget.get()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue