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 11Change Log
22==========
33
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+
48## 3.39.0
59- [ SQLite 3.39.0] ( https://www.sqlite.org/releaselog/3_39_0.html )
610-
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:
4949
5050``` gradle
5151dependencies {
52- implementation 'com.github.requery:sqlite-android:3.39.0 '
52+ implementation 'com.github.requery:sqlite-android:3.39.2 '
5353}
5454```
5555Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ plugins {
55}
66
77group = ' io.requery'
8- version = ' 3.39.0 '
8+ version = ' 3.39.2 '
99description = ' Android SQLite compatibility library'
1010
1111android {
1212 compileSdkVersion 32
13- buildToolsVersion " 32 .0.0"
14- ndkVersion ' 24 .0.8215888 '
13+ buildToolsVersion " 33 .0.0"
14+ ndkVersion ' 25 .0.8775105 '
1515
1616 defaultConfig {
1717 minSdkVersion 14
@@ -57,7 +57,7 @@ dependencies {
5757}
5858
5959ext {
60- sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3390000 .zip'
60+ sqliteDistributionUrl = ' https://www.sqlite.org/2022/sqlite-amalgamation-3390200 .zip'
6161}
6262
6363task downloadSqlite (type : Download ) {
You can’t perform that action at this time.
0 commit comments