File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Change 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
Original file line number Diff line number Diff line change 4545
4646``` gradle
4747dependencies {
48- compile 'io.requery:sqlite-android:3.12.1 '
48+ compile 'io.requery:sqlite-android:3.12.2 '
4949}
5050```
5151Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
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.1-1 '
13+ version = ' 3.12.2 '
1414description = ' Android SQLite compatibility library'
1515
1616gradle. projectsEvaluated {
@@ -56,7 +56,7 @@ publish.dependsOn assembleRelease
5656bintrayUpload. dependsOn assembleRelease
5757
5858ext {
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
You can’t perform that action at this time.
0 commit comments