mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 19:47:31 +00:00
Add a perf buildType for testing performance improvements.
This commit is contained in:

committed by
Alan Evans

parent
8927971a19
commit
c27300c19d
@@ -205,6 +205,12 @@ android {
|
||||
minifyEnabled true
|
||||
proguardFiles = buildTypes.debug.proguardFiles
|
||||
}
|
||||
perf {
|
||||
initWith debug
|
||||
isDefault false
|
||||
debuggable false
|
||||
matchingFallbacks = ['debug']
|
||||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
Reference in New Issue
Block a user