Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 433 Bytes

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