1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-03 10:16:45 +00:00

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 { buildTypes {
release { release {
debuggable = false
minifyEnabled = true minifyEnabled = true
useProguard = true useProguard = true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
debug { debug {
debuggable = false // Workaround profiler bug
minifyEnabled = true minifyEnabled = true
useProguard = true useProguard = true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'