Updated sqlite to 3.39.3

pull/209/head
M66B 2 years ago
parent 07b4b39249
commit 458d1761c6

@ -5,7 +5,7 @@ plugins {
} }
group = 'io.requery' group = 'io.requery'
version = '3.39.2' version = '3.39.3'
description = 'Android SQLite compatibility library' description = 'Android SQLite compatibility library'
android { android {
@ -57,7 +57,7 @@ dependencies {
} }
ext { 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) { task downloadSqlite(type: Download) {

Loading…
Cancel
Save