- Go to https://sqlite.org/android/doc/trunk/www/install.wiki
- Locate the zip file download link for the SQLite Android Bindings (see 2. Building a Custom aar file on the wiki page)
- Replace the following files in this repo with the files from the zip: gradle, sqlite3, sqlite3test, www, Customsqlite.iml, gradle.properties, gradlew, settings.gradle
- Careful replacing build.gradle to ensure the necessary values for JitPack to build aren't removed
NOTE: Usually only the sqlite3.h and sqlite3.c files need to be changed as those are the sqlite library source