mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Updated SQLite support library
This commit is contained in:
parent
6aebf4edf7
commit
7c83525122
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,7 @@ dependencies {
|
|||
def jsoup_version = "1.11.3"
|
||||
def dnsjava_version = "2.1.8"
|
||||
def openpgp_version = "12.0"
|
||||
def requery_version = "3.27.1"
|
||||
def requery_version = "3.27.2"
|
||||
def badge_version = "1.1.22"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/
|
||||
|
@ -181,6 +181,7 @@ dependencies {
|
|||
// https://github.com/open-keychain/openpgp-api
|
||||
implementation "org.sufficientlysecure:openpgp-api:$openpgp_version"
|
||||
|
||||
// https://www.sqlite.org/changes.html
|
||||
// https://github.com/requery/sqlite-android/
|
||||
implementation "io.requery:sqlite-android:$requery_version"
|
||||
|
||||
|
|
Loading…
Reference in a new issue