yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

SQLite bindings version bump #107

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

This PR bumps the SQLite version in the SQLite bindings project to 3.9.1, but also removes the SQLite source files from version control. They only need to be there when building from source, so instead I just left a note in a readme file noting that anyone building from source should add the amalgamation files to the jni/sqlite directory.

Note that pre-built native binaries for the bindings project are left in so that travis can test against them.

jdkoren commented 8 years ago

LGTM