btcmap-android icon indicating copy to clipboard operation
btcmap-android copied to clipboard

Get rid of bundled SQLite

Open bubelov opened this issue 1 year ago • 0 comments

https://github.com/requery/sqlite-android/releases

TODO remove bundled SQLite when Android bumps its deps

The JSON functions and operators are built into SQLite by default, as of SQLite version 3.38.0 (2022-02-22).

API 33 -> 3.32 API 34 -> 3.39 (~45% of our install base, as of April 2024)

https://www.sqlite.org/json1.html

bubelov avatar May 02 '24 06:05 bubelov