mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
DROID-3413 App | Tech | Change application ID for debug builds (#2148)
This commit is contained in:
parent
b2495260c3
commit
31217356d3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ android {
|
|||
}
|
||||
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
applicationIdSuffix ".dev"
|
||||
debuggable true
|
||||
buildConfigField("String", "AMPLITUDE_KEY", apikeyProperties['amplitude.debug'])
|
||||
//signingConfig signingConfigs.debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue