Skip to content

This is the sqlite.org android source set up to be served via JitPack to make adding the latest version of sqlite easier via Gradle

Notifications You must be signed in to change notification settings

alexandercasal/sqlite-android

Repository files navigation

Steps to update to the latest SQLite build

  1. Go to https://sqlite.org/android/doc/trunk/www/install.wiki
  2. Locate the zip file download link for the SQLite Android Bindings (see 2. Building a Custom aar file on the wiki page)
  3. Replace the following files in this repo with the files from the zip: gradle, sqlite3, sqlite3test, www, Customsqlite.iml, gradle.properties, gradlew, settings.gradle
  4. 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

About

This is the sqlite.org android source set up to be served via JitPack to make adding the latest version of sqlite easier via Gradle

Resources

Stars

Watchers

Forks

Packages

No packages published