Updated sqlite to 3.39.3

This commit is contained in:
M66B 2022-09-24 19:21:15 +02:00
parent 07b4b39249
commit 458d1761c6
1 changed files with 2 additions and 2 deletions

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