mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 14:19:08 +00:00
Make the two debug variants overwrite each other
This commit is contained in:
parent
be4762f12d
commit
8bb3351147
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ android {
|
||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
isJniDebuggable = false
|
isJniDebuggable = false
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
applicationIdSuffix = ".debugNoMinify"
|
applicationIdSuffix = ".debug"
|
||||||
}
|
}
|
||||||
base.archivesBaseName = "HeliBoard_" + defaultConfig.versionName
|
base.archivesBaseName = "HeliBoard_" + defaultConfig.versionName
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
SPDX-License-Identifier: GPL-3.0-only
|
SPDX-License-Identifier: GPL-3.0-only
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<string name="english_ime_name" translatable="false">HeliBoard debugNoMinify</string>
|
<string name="english_ime_name" translatable="false">HeliBoard debug</string>
|
||||||
<string name="spell_checker_service_name" translatable="false">HeliBoard debugNoMinify Spell Checker</string>
|
<string name="spell_checker_service_name" translatable="false">HeliBoard debug Spell Checker</string>
|
||||||
<string name="ime_settings" translatable="false">HeliBoard debugNoMinify Settings</string>
|
<string name="ime_settings" translatable="false">HeliBoard debug Settings</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue