Skip to content

Commit 666bfb6

Browse files
committed
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
1 parent 007a481 commit 666bfb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ android {
7777
targetCompatibility = currentJavaVersionFromLibs
7878
}
7979

80+
dependenciesInfo {
81+
includeInApk = false
82+
}
83+
8084
tasks.withType<KotlinCompile> {
8185
kotlinOptions.jvmTarget = project.libs.versions.app.build.kotlinJVMTarget.get()
8286
}

0 commit comments

Comments
 (0)