/sqlite-native-libraries

Plain native sqlite3 libraries for Android (no JNI bindings)

Primary LanguageCMake

Android library containing a precompiled version of sqlite3.

latest version on maven central

It does not contain JNI bindings or any other code, just the native libraries for dlopen.

To depend on this, just add the dependency:

dependencies {
    implementation 'eu.simonbinder:sqlite3-native-library:3.38.1'
}