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
bc99df1ac8
commit
5d76785c3c
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,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…
Add table
Add a link
Reference in a new issue