mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix google build (#3371)
This commit is contained in:
parent
ef0ac5220d
commit
7287ebbf49
1 changed files with 7 additions and 0 deletions
|
|
@ -140,6 +140,13 @@ android {
|
|||
// Configure existing product flavors (defined by convention plugin)
|
||||
// with their dynamic version names.
|
||||
productFlavors {
|
||||
all {
|
||||
if (name == "google") {
|
||||
apply(plugin = libs.plugins.google.services.get().pluginId)
|
||||
apply(plugin = libs.plugins.firebase.crashlytics.get().pluginId)
|
||||
}
|
||||
}
|
||||
|
||||
named("google") { versionName = "${defaultConfig.versionName} (${defaultConfig.versionCode}) google" }
|
||||
named("fdroid") { versionName = "${defaultConfig.versionName} (${defaultConfig.versionCode}) fdroid" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue