Skip to content

Commit

Permalink
Only exclude dependenciesInfo from apk
Browse files Browse the repository at this point in the history
Add idea project icon
  • Loading branch information
w2sv committed Nov 24, 2024
1 parent 65f4421 commit 23e41b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file added .idea/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ android {
}
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
// Disable dependency metadata when building APKs for fdroid reproducibility
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

Expand Down

0 comments on commit 23e41b1

Please sign in to comment.