- Minimum API level supported is now 9 (Gingerbread) previously was 15 (ICS)
- Fix missing support lib dependency missing from maven POM publish
- Fix native error code SQLITE_CANTOPEN(14) creating a database for the first time
- Fix SQLiteOpenHelper setWriteAheadLoggingEnabled flag not passed to openDatabase
- Change SQLiteGlobal default config values to match Android defaults
- Fix CursorWindow deactivate/close
- Fix Cursor setNotificationUri not working
- SQLite 3.12.1
- Support runtime extension loading
- Support custom functions
beginTransactionDeferred
/beginTransactionWithListenerDeferred
addedCancellationSignal
dependency changed to support-v4 from app-compat- Sources included in artifacts
- Initial release with SQLite 3.12.0