File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11Change 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
Original file line number Diff line number Diff line change 4545
4646``` gradle
4747dependencies {
48- compile 'io.requery:sqlite-android:3.12.2-1 '
48+ compile 'io.requery:sqlite-android:3.12.2-2 '
4949}
5050```
5151Then 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
8585translation layer, however performance under the translation layer is worse than using the x86
8686binary.
8787
88+ Requirements
89+ ------------
90+
91+ The min SDK level is API level 9 (Gingerbread).
92+
8893Versioning
8994----------
9095
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply plugin: 'com.jfrog.bintray'
1010import de.undercouch.gradle.tasks.download.Download
1111
1212group = ' io.requery'
13- version = ' 3.12.2-1 '
13+ version = ' 3.12.2-2 '
1414description = ' Android SQLite compatibility library'
1515
1616gradle. projectsEvaluated {
You can’t perform that action at this time.
0 commit comments