mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-06 13:53:02 -05:00
refactor: disable dependency metadata for fdroid flavor only
fixes #846
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user