mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: disable dependency metadata for fdroid flavor only
fixes #846
This commit is contained in:
parent
ada2f14a78
commit
a88ffbc0fb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue