Workaround profiler bug

pull/91/head
M66B 6 years ago
parent f06b0c10e6
commit cbc2d98d52

@ -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'

Loading…
Cancel
Save