kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add a perf buildType for testing performance improvements.
rodzic
8927971a19
commit
c27300c19d
|
@ -205,6 +205,12 @@ android {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles = buildTypes.debug.proguardFiles
|
proguardFiles = buildTypes.debug.proguardFiles
|
||||||
}
|
}
|
||||||
|
perf {
|
||||||
|
initWith debug
|
||||||
|
isDefault false
|
||||||
|
debuggable false
|
||||||
|
matchingFallbacks = ['debug']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|
Ładowanie…
Reference in New Issue