This repository was archived by the owner on Oct 14, 2022. It is now read-only.
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
8
## 3.29.0
5
9
- [ SQLite 3.29.0] ( http://sqlite.org/releaselog/3_29_0.html )
6
10
Original file line number Diff line number Diff line change 45
45
46
46
``` gradle
47
47
dependencies {
48
- implementation 'io.requery:sqlite-android:3.29.0 '
48
+ implementation 'io.requery:sqlite-android:3.30.1 '
49
49
}
50
50
```
51
51
Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: 'com.jfrog.bintray'
8
8
apply plugin : ' de.undercouch.download'
9
9
10
10
group = ' io.requery'
11
- version = ' 3.29.0 '
11
+ version = ' 3.30.1 '
12
12
description = ' Android SQLite compatibility library'
13
13
14
14
android {
@@ -60,7 +60,7 @@ publish.dependsOn "assembleRelease"
60
60
bintrayUpload. dependsOn " assembleRelease"
61
61
62
62
ext {
63
- sqliteDistributionUrl = ' https://sqlite.org/2019/sqlite-amalgamation-3290000 .zip'
63
+ sqliteDistributionUrl = ' https://sqlite.org/2019/sqlite-amalgamation-3300100 .zip'
64
64
pomXml = {
65
65
resolveStrategy = DELEGATE_FIRST
66
66
name project. name
You can’t perform that action at this time.
0 commit comments