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:
parent
f06b0c10e6
commit
cbc2d98d52
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue