Make debug builds debuggable again.

This commit is contained in:
Marco Nilsson 2016-11-09 18:36:50 +01:00
parent f2c3963a91
commit 1e62c79999
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
debug {
minifyEnabled false
debuggable true
}
}
}