Skip to content

Commit e8ef25c

Browse files
committed
Update to 3.12.2-1
1 parent 89d5db5 commit e8ef25c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
## 3.12.2-1
5+
6+
- Fix native error code SQLITE_CANTOPEN(14) creating a database for the first time
7+
- Fix SQLiteOpenHelper setWriteAheadLoggingEnabled flag not passed to openDatabase
8+
- Change SQLiteGlobal default config values to match Android defaults
9+
410
## 3.12.2
511

612
- [SQLite 3.12.2](https://www.sqlite.org/releaselog/3_12_2.html)

README.md

Lines changed: 1 addition & 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'
48+
compile 'io.requery:sqlite-android:3.12.2-1'
4949
}
5050
```
5151
Then change usages of `android.database.sqlite.SQLiteDatabase` to

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'
13+
version = '3.12.2-1'
1414
description = 'Android SQLite compatibility library'
1515

1616
gradle.projectsEvaluated {

0 commit comments

Comments
 (0)