add new debug build so two tusky versions can be run on the same device
This commit is contained in:
parent
7fc4ad7528
commit
2899114f66
17 changed files with 28 additions and 4 deletions
|
@ -20,6 +20,9 @@ android {
|
|||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
applicationIdSuffix ".test"
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions "store"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue