1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-02 17:55:42 +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 {
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'