Skip to content

Commit dd4fa16

Browse files
committed
Add idea for debug flavor
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
1 parent 6f5a68e commit dd4fa16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ android {
1414

1515
}
1616
buildTypes {
17+
/*debug {
18+
applicationIdSuffix ".debug"
19+
minifyEnabled false
20+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
21+
}*/
1722
release {
1823
minifyEnabled true
1924
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

0 commit comments

Comments
 (0)