Skip to content

Commit 88fdd9a

Browse files
committed
Update version to 3.12.2
1 parent 81466ba commit 88fdd9a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

4+
## 3.12.2
5+
6+
- [SQLite 3.12.2](https://www.sqlite.org/releaselog/3_12_2.html)
7+
48
## 3.12.1-1
59

610
- Fix CursorWindow deactivate/close

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

sqlite-android/build.gradle

Lines changed: 2 additions & 2 deletions
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.1-1'
13+
version = '3.12.2'
1414
description = 'Android SQLite compatibility library'
1515

1616
gradle.projectsEvaluated {
@@ -56,7 +56,7 @@ publish.dependsOn assembleRelease
5656
bintrayUpload.dependsOn assembleRelease
5757

5858
ext {
59-
sqliteDistributionUrl = 'http://www.sqlite.org/2016/sqlite-amalgamation-3120100.zip'
59+
sqliteDistributionUrl = 'https://www.sqlite.org/2016/sqlite-amalgamation-3120200.zip'
6060
pomXml = {
6161
resolveStrategy = Closure.DELEGATE_FIRST
6262
name project.name

0 commit comments

Comments
 (0)