Skip to content

Releases: Osmerion/sqlite-android

0.7.0

07 Dec 22:23
c049150

Choose a tag to compare

Overview

This release bundles SQLite 3.51.1.

Improvements

  • Updated SQLite to 3.51.1.

0.6.0

21 Nov 13:25
f052846

Choose a tag to compare

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

12 Aug 09:37
d94a9e9

Choose a tag to compare

Overview

This release bundles SQLite 3.50.4.

Improvements

  • Updated SQLite to 3.50.4.

0.4.0

08 May 09:37
78132b4

Choose a tag to compare

Overview

This release bundles SQLite 3.49.2.

Improvements

  • Updated SQLite to 3.49.2.

0.3.0

08 Mar 13:23
db16230

Choose a tag to compare

Overview

This release bundles SQLite 3.49.1.

Improvements

  • Updated SQLite to 3.49.1.

0.2.0

16 Feb 17:10
4d43612

Choose a tag to compare

Overview

This release bundles SQLite 3.49.0.

Improvements

  • Updated SQLite to 3.49.0.

0.1.0

25 Sep 11:10
fe09d60

Choose a tag to compare

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.