Add debug build to to allow prod and dev apps to work side by side.

This commit is contained in:
Robbie Van Gorkom
2022-09-03 15:06:28 -07:00
parent 39250b56c0
commit 6231c5fcc4
23 changed files with 16 additions and 0 deletions
+6
View File
@@ -43,6 +43,12 @@ android {
}
}
buildTypes {
debug {
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'