mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-01-18 20:39:26 -05:00
Exclude dependency info from APKs
Because this info is encrypted and only readable by Google. It serves no purpose in foss releases. See FossifyOrg/Phone#43 for more info. Also: https://github.com/FossifyOrg/File-Manager/discussions/71
This commit is contained in:
@@ -77,6 +77,10 @@ android {
|
||||
targetCompatibility = currentJavaVersionFromLibs
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = project.libs.versions.app.build.kotlinJVMTarget.get()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user