SQLite Forum

How to install most recent version of Sqlite aar when using Room On Android
Login

How to install most recent version of Sqlite aar when using Room On Android

(1) By anonymous on 2020-12-12 15:39:08 [source]

I would like to know how I can override the default version of Sqlite that is shipped on Android devices.

I am certain I have managed to achieve this in the past when I needed access to Sqlite functionality that was only available in the most recent version of Sqlite.

Sadly I cannot find my previous code where I managed this.

I have followed these instructions from the sqlite.org website, however it does not work.

https://sqlite.org/android/doc/trunk/www/install.wiki

Does anyone know how I can force my Android application to use the most recent version of sqlite packaged as an aar?