Skip to content

Commit a1c0440

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 https://github.com/FossifyOrg/Phone/issues/43 for more info.
1 parent ec880c3 commit a1c0440

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ android {
7575
targetCompatibility = currentJavaVersionFromLibs
7676
}
7777

78+
dependenciesInfo {
79+
includeInApk = false
80+
}
81+
7882
tasks.withType<KotlinCompile> {
7983
kotlinOptions.jvmTarget = project.libs.versions.app.build.kotlinJVMTarget.get()
8084
}

0 commit comments

Comments
 (0)