mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-01 04:49:55 +00:00
feat: trying upgrade DB for perf and reducing retry interval to congest threads
This commit is contained in:
@@ -96,7 +96,7 @@ dependencies {
|
||||
}
|
||||
implementation 'com.codewaves.stickyheadergrid:stickyheadergrid:0.9.4'
|
||||
implementation 'com.github.dmytrodanylyk.circular-progress-button:library:1.1.3-S2'
|
||||
implementation 'org.signal:android-database-sqlcipher:3.5.9-S3'
|
||||
implementation 'net.zetetic:android-database-sqlcipher:4.4.3'
|
||||
implementation ('com.googlecode.ez-vcard:ez-vcard:0.9.11') {
|
||||
exclude group: 'com.fasterxml.jackson.core'
|
||||
exclude group: 'org.freemarker'
|
||||
@@ -214,6 +214,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
debuggable true
|
||||
minifyEnabled false
|
||||
}
|
||||
debug {
|
||||
|
||||
Reference in New Issue
Block a user