diff --git a/deps/download.sh b/deps/download.sh index c2fc1ec0e..04441c8fa 100755 --- a/deps/download.sh +++ b/deps/download.sh @@ -18,7 +18,9 @@ # 3. node-gyp links the two resulting binaries to generate better_sqlite3.node. # === -VERSION="3290000" +# 3.30.1 +# Per https://github.com/requery/sqlite-android/blob/3.30.1/sqlite-android/build.gradle#L63 +VERSION="3300100" YEAR="2019" # TODO: SQLITE_ENABLE_GEOPOLY (determine if the emitted warnings are safe or not) diff --git a/deps/sqlite3.tar.gz b/deps/sqlite3.tar.gz index c2c9bfe17..a52a8edf7 100644 Binary files a/deps/sqlite3.tar.gz and b/deps/sqlite3.tar.gz differ diff --git a/docs/compilation.md b/docs/compilation.md index 046cf60f0..cbc4855c6 100644 --- a/docs/compilation.md +++ b/docs/compilation.md @@ -10,7 +10,7 @@ Your amalgamation directory should contain `sqlite3.c` and `sqlite3.h`. Any desi # Bundled configuration -By default, this distribution currently uses SQLite3 **version 3.29.0** with the following [compilation options](https://www.sqlite.org/compile.html): +By default, this distribution currently uses SQLite3 **version 3.30.1** with the following [compilation options](https://www.sqlite.org/compile.html): ``` SQLITE_THREADSAFE=0