Skip to content

Commit 6b8ae30

Browse files
authored
Update SQLite to version 3.35.5 (#159)
1 parent 0d8cad2 commit 6b8ae30

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then add the sqlite-android artifact from this repository as a dependency:
4949

5050
```gradle
5151
dependencies {
52-
implementation 'com.github.requery:sqlite-android:3.38.4'
52+
implementation 'com.github.requery:sqlite-android:3.38.5'
5353
}
5454
```
5555
Then change usages of `android.database.sqlite.SQLiteDatabase` to

sqlite-android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
77
apply plugin: 'de.undercouch.download'
88

99
group = 'io.requery'
10-
version = '3.38.4'
10+
version = '3.38.5'
1111
description = 'Android SQLite compatibility library'
1212

1313
android {
@@ -58,7 +58,7 @@ dependencies {
5858
}
5959

6060
ext {
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

0 commit comments

Comments
 (0)