mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 18:55:05 +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
|
// used for f-droid
|
||||||
generic
|
generic
|
||||||
gplay
|
gplay
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enabling multidex support.
|
// Enabling multidex support.
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
@ -47,6 +49,10 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
applicationIdSuffix '.debug'
|
||||||
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
|
Loading…
Reference in New Issue
Block a user