mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: Comment out debug applicationId overrides (#3601)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
acdd67cb79
commit
b5f8c0420a
1 changed files with 10 additions and 9 deletions
|
|
@ -173,15 +173,16 @@ secrets {
|
|||
|
||||
// workaround for https://github.com/google/ksp/issues/1590
|
||||
androidComponents {
|
||||
onVariants(selector().all()) { variant ->
|
||||
if (variant.name == "fdroidDebug") {
|
||||
variant.applicationId = "com.geeksville.mesh.fdroid.debug"
|
||||
}
|
||||
|
||||
if (variant.name == "googleDebug") {
|
||||
variant.applicationId = "com.geeksville.mesh.google.debug"
|
||||
}
|
||||
}
|
||||
/** Disabling until this works w/ bluetooth */
|
||||
// onVariants(selector().all()) { variant ->
|
||||
// if (variant.name == "fdroidDebug") {
|
||||
// variant.applicationId = "com.geeksville.mesh.fdroid.debug"
|
||||
// }
|
||||
//
|
||||
// if (variant.name == "googleDebug") {
|
||||
// variant.applicationId = "com.geeksville.mesh.google.debug"
|
||||
// }
|
||||
// }
|
||||
onVariants(selector().withBuildType("release")) { variant ->
|
||||
if (variant.flavorName == "google") {
|
||||
val variantNameCapped = variant.name.replaceFirstChar { it.uppercase() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue