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 1
1
Change Log
2
2
==========
3
3
4
+ ## 3.38.5
5
+ - [ SQLite 3.38.5] ( https://www.sqlite.org/releaselog/3_38_5.html )
6
+
4
7
## 3.38.4
5
8
- [ SQLite 3.38.4] ( https://www.sqlite.org/releaselog/3_38_4.html )
6
9
- [ 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:
49
49
50
50
``` gradle
51
51
dependencies {
52
- implementation 'com.github.requery:sqlite-android:3.38.4 '
52
+ implementation 'com.github.requery:sqlite-android:3.38.5 '
53
53
}
54
54
```
55
55
Then 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'
7
7
apply plugin : ' de.undercouch.download'
8
8
9
9
group = ' io.requery'
10
- version = ' 3.38.4 '
10
+ version = ' 3.38.5 '
11
11
description = ' Android SQLite compatibility library'
12
12
13
13
android {
@@ -58,7 +58,7 @@ dependencies {
58
58
}
59
59
60
60
ext {
61
- sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3380400 .zip'
61
+ sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3380500 .zip'
62
62
pomXml = {
63
63
resolveStrategy = DELEGATE_FIRST
64
64
name project. name
You can’t perform that action at this time.
0 commit comments