Adding dependenciesInfo for f-droid builds (#965)

This commit is contained in:
Dessalines 2024-07-08 10:25:43 -04:00 committed by GitHub
parent 9e4abd73ce
commit 89e12a7e26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,14 @@ android {
ksp { arg('room.schemaLocation', "$projectDir/schemas") }
}
// Necessary for izzyondroid releases
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
if (project.hasProperty("RELEASE_STORE_FILE")) {
signingConfigs {
release {