feat: trying upgrade DB for perf and reducing retry interval to congest threads

This commit is contained in:
Harris
2021-07-29 08:56:34 +10:00
parent 18d8261e33
commit 9d9f543c3b
5 changed files with 20 additions and 20 deletions

View File

@@ -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 {