Skip to content

Commit

Permalink
Exclude dependency info from APKs
Browse files Browse the repository at this point in the history
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: #71
  • Loading branch information
naveensingh committed Mar 18, 2024
1 parent 007a481 commit 666bfb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ android {
targetCompatibility = currentJavaVersionFromLibs
}

dependenciesInfo {
includeInApk = false
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = project.libs.versions.app.build.kotlinJVMTarget.get()
}
Expand Down

0 comments on commit 666bfb6

Please sign in to comment.