Merge pull request #363 from vangorra/vangorra/debug-build

Add debug build to to allow prod and dev apps to work side by side.
This commit is contained in:
advplyr
2022-09-04 09:46:03 -05:00
committed by GitHub
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'