File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## 3.39.2
5
+ - [ SQLite 3.39.2] ( https://www.sqlite.org/releaselog/3_39_2.html )
6
+ - [ SQLite 3.39.1] ( https://www.sqlite.org/releaselog/3_39_1.html )
7
+
4
8
## 3.39.0
5
9
- [ SQLite 3.39.0] ( https://www.sqlite.org/releaselog/3_39_0.html )
6
10
-
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.39.0 '
52
+ implementation 'com.github.requery:sqlite-android:3.39.2 '
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 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ plugins {
5
5
}
6
6
7
7
group = ' io.requery'
8
- version = ' 3.39.0 '
8
+ version = ' 3.39.2 '
9
9
description = ' Android SQLite compatibility library'
10
10
11
11
android {
12
12
compileSdkVersion 32
13
- buildToolsVersion " 32 .0.0"
14
- ndkVersion ' 24 .0.8215888 '
13
+ buildToolsVersion " 33 .0.0"
14
+ ndkVersion ' 25 .0.8775105 '
15
15
16
16
defaultConfig {
17
17
minSdkVersion 14
@@ -57,7 +57,7 @@ dependencies {
57
57
}
58
58
59
59
ext {
60
- sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3390000 .zip'
60
+ sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3390200 .zip'
61
61
}
62
62
63
63
task downloadSqlite (type : Download ) {
You can’t perform that action at this time.
0 commit comments