1
0
Fork 0
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:
M66B 2022-09-24 19:21:15 +02:00
parent 07b4b39249
commit 458d1761c6

View file

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