mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Workaround profiler bug
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user