Skip to content

Commit 1bb0eac

Browse files
committed
Update version to 3.12.2-2
1 parent 025673c commit 1bb0eac

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
## 3.12.2-2
5+
6+
- Minimum API level supported is now 9 (Gingerbread) previously was 15 (ICS)
7+
- Fix missing support lib dependency missing from maven POM publish
8+
49
## 3.12.2-1
510

611
- Fix native error code SQLITE_CANTOPEN(14) creating a database for the first time

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Usage
4545

4646
```gradle
4747
dependencies {
48-
compile 'io.requery:sqlite-android:3.12.2-1'
48+
compile 'io.requery:sqlite-android:3.12.2-2'
4949
}
5050
```
5151
Then change usages of `android.database.sqlite.SQLiteDatabase` to
@@ -85,6 +85,11 @@ armeabi-v7a on the majority of Android devices including Intel Atom which provid
8585
translation layer, however performance under the translation layer is worse than using the x86
8686
binary.
8787

88+
Requirements
89+
------------
90+
91+
The min SDK level is API level 9 (Gingerbread).
92+
8893
Versioning
8994
----------
9095

sqlite-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'com.jfrog.bintray'
1010
import de.undercouch.gradle.tasks.download.Download
1111

1212
group = 'io.requery'
13-
version = '3.12.2-1'
13+
version = '3.12.2-2'
1414
description = 'Android SQLite compatibility library'
1515

1616
gradle.projectsEvaluated {

0 commit comments

Comments
 (0)