mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 09:17:58 +00:00
Updated sqlite to 3.39.3
This commit is contained in:
parent
07b4b39249
commit
458d1761c6
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = 'io.requery'
|
||||
version = '3.39.2'
|
||||
version = '3.39.3'
|
||||
description = 'Android SQLite compatibility library'
|
||||
|
||||
android {
|
||||
|
@ -57,7 +57,7 @@ dependencies {
|
|||
}
|
||||
|
||||
ext {
|
||||
sqliteDistributionUrl = 'https://www.sqlite.org/2022/sqlite-amalgamation-3390200.zip'
|
||||
sqliteDistributionUrl = 'https://www.sqlite.org/2022/sqlite-amalgamation-3390300.zip'
|
||||
}
|
||||
|
||||
task downloadSqlite(type: Download) {
|
||||
|
|
Loading…
Reference in a new issue