mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-08 23:37:42 +00:00
Make playDebug the default variant
This commit is contained in:
parent
2093cbc5e4
commit
698b853716
@ -122,6 +122,7 @@ android {
|
|||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
|
isDefault true
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -129,6 +130,7 @@ android {
|
|||||||
flavorDimensions "distribution"
|
flavorDimensions "distribution"
|
||||||
productFlavors {
|
productFlavors {
|
||||||
play {
|
play {
|
||||||
|
isDefault true
|
||||||
dimension "distribution"
|
dimension "distribution"
|
||||||
apply plugin: 'com.google.gms.google-services'
|
apply plugin: 'com.google.gms.google-services'
|
||||||
ext.websiteUpdateUrl = "null"
|
ext.websiteUpdateUrl = "null"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user