Workaround profiler bug

This commit is contained in:
M66B
2018-09-03 08:04:51 +00:00
parent f06b0c10e6
commit cbc2d98d52

View File

@@ -19,11 +19,13 @@ android {
buildTypes {
release {
debuggable = false
minifyEnabled = true
useProguard = true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
debuggable = false // Workaround profiler bug
minifyEnabled = true
useProguard = true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'