refactor: disable dependency metadata for fdroid flavor only

fixes #846
This commit is contained in:
andrekir
2024-02-12 18:24:32 -03:00
parent ada2f14a78
commit a88ffbc0fb

View File

@@ -47,6 +47,9 @@ android {
productFlavors {
fdroid {
dimension = 'default'
dependenciesInfo {
includeInApk = false
}
}
google {
dimension = 'default'
@@ -78,9 +81,6 @@ android {
// abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
}
dependenciesInfo {
includeInApk = false
}
bundle {
language {
enableSplit false