mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 13:49:13 +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
|
||||
isJniDebuggable = false
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
applicationIdSuffix = ".debugNoMinify"
|
||||
applicationIdSuffix = ".debug"
|
||||
}
|
||||
base.archivesBaseName = "HeliBoard_" + defaultConfig.versionName
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
SPDX-License-Identifier: GPL-3.0-only
|
||||
-->
|
||||
<resources>
|
||||
<string name="english_ime_name" translatable="false">HeliBoard debugNoMinify</string>
|
||||
<string name="spell_checker_service_name" translatable="false">HeliBoard debugNoMinify Spell Checker</string>
|
||||
<string name="ime_settings" translatable="false">HeliBoard debugNoMinify Settings</string>
|
||||
<string name="english_ime_name" translatable="false">HeliBoard debug</string>
|
||||
<string name="spell_checker_service_name" translatable="false">HeliBoard debug Spell Checker</string>
|
||||
<string name="ime_settings" translatable="false">HeliBoard debug Settings</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue