btcmap-android
btcmap-android copied to clipboard
Get rid of bundled SQLite
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