Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Commit 4ece388

Browse files
M66Bnpurushe
authored andcommitted
Update version to 3.30.1 (requery#121)
1 parent 169cb3d commit 4ece388

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Usage
4545

4646
```gradle
4747
dependencies {
48-
implementation 'io.requery:sqlite-android:3.29.0'
48+
implementation 'io.requery:sqlite-android:3.30.1'
4949
}
5050
```
5151
Then change usages of `android.database.sqlite.SQLiteDatabase` to

sqlite-android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'com.jfrog.bintray'
88
apply plugin: 'de.undercouch.download'
99

1010
group = 'io.requery'
11-
version = '3.29.0'
11+
version = '3.30.1'
1212
description = 'Android SQLite compatibility library'
1313

1414
android {
@@ -60,7 +60,7 @@ publish.dependsOn "assembleRelease"
6060
bintrayUpload.dependsOn "assembleRelease"
6161

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

0 commit comments

Comments
 (0)