File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 3.22.0
5+
6+ - [ SQLite 3.22.0] ( https://sqlite.org/releaselog/3_22_0.html )
7+ - Update ` android.arch.persistence:db ` dependency to ` 1.0.0 `
8+ - Improved error messaging on loading custom extensions
9+ - Increase CursorWindow size to match AOSP
10+ - Add custom extension and function loading to new SupportSQLiteDatabase API
11+
412## 3.21.0
513
614- [ SQLite 3.21.0] ( https://sqlite.org/releaselog/3_21_0.html )
Original file line number Diff line number Diff line change 4545
4646``` gradle
4747dependencies {
48- compile 'io.requery:sqlite-android:3.20 .0'
48+ compile 'io.requery:sqlite-android:3.22 .0'
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.21 .0'
13+ version = ' 3.22 .0'
1414description = ' Android SQLite compatibility library'
1515
1616gradle. projectsEvaluated {
@@ -55,7 +55,7 @@ publish.dependsOn "assembleRelease"
5555bintrayUpload. dependsOn " assembleRelease"
5656
5757ext {
58- sqliteDistributionUrl = ' http://sqlite.org/2017 /sqlite-amalgamation-3210000 .zip'
58+ sqliteDistributionUrl = ' http://sqlite.org/2018 /sqlite-amalgamation-3220000 .zip'
5959 pomXml = {
6060 resolveStrategy = Closure . DELEGATE_FIRST
6161 name project. name
You can’t perform that action at this time.
0 commit comments