Skip to content

Commit

Permalink
Update SQLite to version 3.35.5 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B authored Jun 27, 2022
1 parent 0d8cad2 commit 6b8ae30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log
==========

## 3.38.5
- [SQLite 3.38.5](https://www.sqlite.org/releaselog/3_38_5.html)

## 3.38.4
- [SQLite 3.38.4](https://www.sqlite.org/releaselog/3_38_4.html)
- [SQLite 3.38.3](https://www.sqlite.org/releaselog/3_38_3.html)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Then add the sqlite-android artifact from this repository as a dependency:

```gradle
dependencies {
implementation 'com.github.requery:sqlite-android:3.38.4'
implementation 'com.github.requery:sqlite-android:3.38.5'
}
```
Then change usages of `android.database.sqlite.SQLiteDatabase` to
Expand Down
4 changes: 2 additions & 2 deletions sqlite-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
apply plugin: 'de.undercouch.download'

group = 'io.requery'
version = '3.38.4'
version = '3.38.5'
description = 'Android SQLite compatibility library'

android {
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {
}

ext {
sqliteDistributionUrl = 'https://www.sqlite.org/2022/sqlite-amalgamation-3380400.zip'
sqliteDistributionUrl = 'https://www.sqlite.org/2022/sqlite-amalgamation-3380500.zip'
pomXml = {
resolveStrategy = DELEGATE_FIRST
name project.name
Expand Down

0 comments on commit 6b8ae30

Please sign in to comment.