File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 3.38.5
5+ - [ SQLite 3.38.5] ( https://www.sqlite.org/releaselog/3_38_5.html )
6+
47## 3.38.4
58- [ SQLite 3.38.4] ( https://www.sqlite.org/releaselog/3_38_4.html )
69- [ SQLite 3.38.3] ( https://www.sqlite.org/releaselog/3_38_3.html )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Then add the sqlite-android artifact from this repository as a dependency:
4949
5050``` gradle
5151dependencies {
52- implementation 'com.github.requery:sqlite-android:3.38.4 '
52+ implementation 'com.github.requery:sqlite-android:3.38.5 '
5353}
5454```
5555Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
77apply plugin : ' de.undercouch.download'
88
99group = ' io.requery'
10- version = ' 3.38.4 '
10+ version = ' 3.38.5 '
1111description = ' Android SQLite compatibility library'
1212
1313android {
@@ -58,7 +58,7 @@ dependencies {
5858}
5959
6060ext {
61- sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3380400 .zip'
61+ sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3380500 .zip'
6262 pomXml = {
6363 resolveStrategy = DELEGATE_FIRST
6464 name project. name
You can’t perform that action at this time.
0 commit comments