Skip to content

Plain native sqlite3 libraries for Android (no JNI bindings)

Notifications You must be signed in to change notification settings

simolus3/sqlite-native-libraries

Repository files navigation

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

About

Plain native sqlite3 libraries for Android (no JNI bindings)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages