This repository was archived by the owner on Oct 14, 2022. It is now read-only.
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.30.1
5+ - [ SQLite 3.30.0] ( http://sqlite.org/releaselog/3_30_0.html )
6+ - [ SQLite 3.30.1] ( http://sqlite.org/releaselog/3_30_1.html )
7+
48## 3.29.0
59- [ SQLite 3.29.0] ( http://sqlite.org/releaselog/3_29_0.html )
610
Original file line number Diff line number Diff line change 4545
4646``` gradle
4747dependencies {
48- implementation 'io.requery:sqlite-android:3.29.0 '
48+ implementation 'io.requery:sqlite-android:3.30.1 '
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.29.0 '
11+ version = ' 3.30.1 '
1212description = ' Android SQLite compatibility library'
1313
1414android {
@@ -60,7 +60,7 @@ publish.dependsOn "assembleRelease"
6060bintrayUpload. dependsOn " assembleRelease"
6161
6262ext {
63- sqliteDistributionUrl = ' https://sqlite.org/2019/sqlite-amalgamation-3290000 .zip'
63+ sqliteDistributionUrl = ' https://sqlite.org/2019/sqlite-amalgamation-3300100 .zip'
6464 pomXml = {
6565 resolveStrategy = DELEGATE_FIRST
6666 name project. name
You can’t perform that action at this time.
0 commit comments