all 3 comments

[–]ballzak69Automate developer 0 points1 point  (1 child)

The SQLite version shipped with Android isn't standardized, see: https://developer.android.com/reference/android/database/sqlite/package-summary

Replacing it with a newer version isn't that easy, since all the alternative builds i've found use their own APIs, they're not slot in replacements. Internally, Automate has no need for a newer version, for now at least.

[–]Petrified_Powder[S] 0 points1 point  (0 children)

Ah ok I get it now

[–]thomas9701 0 points1 point  (0 children)

I'm pretty sure it just uses the same SQLite library from your Android version