mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-18 18:25:03 +01:00
Update applicationId in debug builds
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
9df5c89784
commit
0ab5cdd284
@ -28,7 +28,9 @@ android {
|
||||
// used for f-droid
|
||||
generic
|
||||
gplay
|
||||
|
||||
}
|
||||
|
||||
// Enabling multidex support.
|
||||
multiDexEnabled true
|
||||
|
||||
@ -47,6 +49,10 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix '.debug'
|
||||
}
|
||||
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
Loading…
Reference in New Issue
Block a user