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.25.3
5+
6+ - [ SQLite 3.25.3] ( http://sqlite.org/releaselog/3_25_3.html )
7+
48## 3.25.2
59
610- [ SQLite 3.25.2] ( http://sqlite.org/releaselog/3_25_2.html )
Original file line number Diff line number Diff line change 4545
4646``` gradle
4747dependencies {
48- implementation 'io.requery:sqlite-android:3.25.2 '
48+ implementation 'io.requery:sqlite-android:3.25.3 '
4949}
5050```
5151Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: 'com.jfrog.bintray'
88apply plugin : ' de.undercouch.download'
99
1010group = ' io.requery'
11- version = ' 3.25.2 '
11+ version = ' 3.25.3 '
1212description = ' Android SQLite compatibility library'
1313
1414android {
@@ -55,7 +55,7 @@ publish.dependsOn "assembleRelease"
5555bintrayUpload. dependsOn " assembleRelease"
5656
5757ext {
58- sqliteDistributionUrl = ' http://sqlite.org/2018/sqlite-amalgamation-3250200 .zip'
58+ sqliteDistributionUrl = ' http://sqlite.org/2018/sqlite-amalgamation-3250300 .zip'
5959 pomXml = {
6060 resolveStrategy = DELEGATE_FIRST
6161 name project. name
You can’t perform that action at this time.
0 commit comments