Releases: Osmerion/sqlite-android
Releases · Osmerion/sqlite-android
0.7.0
0.6.0
Overview
This release bundles SQLite 3.51.0.
Improvements
- Updated SQLite to
3.51.0.
Breaking Changes
- The minimum SDK version is now 23 (from 21).
0.5.0
Overview
This release bundles SQLite 3.50.4.
Improvements
- Updated SQLite to
3.50.4.
0.4.0
Overview
This release bundles SQLite 3.49.2.
Improvements
- Updated SQLite to
3.49.2.
0.3.0
Overview
This release bundles SQLite 3.49.1.
Improvements
- Updated SQLite to
3.49.1.
0.2.0
Overview
This release bundles SQLite 3.49.0.
Improvements
- Updated SQLite to
3.49.0.
0.1.0
Overview
This release bundles SQLite 3.46.1.
This project is a distribution of the latest versions of SQLite for Android. It implements the androidx.sqlite API for broad compatibility with Android libraries. In many cases, this library can be used as a drop-in replacement for the Android platform's built-in SQLite libraries.
This repository was forked from requery/sqlite-android to streamline the build process, which allows us to support newer versions of SQLite faster, and to provide stable artifacts reliably via Maven Central.