eu.simonbinder:sqlite3-native-library

Native sqlite3 library without JNI bindings


License
Unlicense

Documentation

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'
}