File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- ## 3.47.0
4+ ## 3.48.0
5+ - [ SQLite 3.48.0] ( https://www.sqlite.org/releaselog/3_48_0.html )
56- [ SQLite 3.47.2] ( https://www.sqlite.org/releaselog/3_47_2.html )
67- [ SQLite 3.47.1] ( https://www.sqlite.org/releaselog/3_47_2.html )
78- [ SQLite 3.47.0] ( https://www.sqlite.org/releaselog/3_47_0.html )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Then add the sqlite-android artifact from this repository as a dependency:
5151
5252``` gradle
5353dependencies {
54- implementation 'com.github.requery:sqlite-android:3.47.2 '
54+ implementation 'com.github.requery:sqlite-android:3.48.0 '
5555}
5656```
5757Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
@@ -153,7 +153,7 @@ Changes
153153License
154154-------
155155
156- Copyright (C) 2017-2024 requery.io
156+ Copyright (C) 2017-2025 requery.io
157157 Copyright (C) 2005-2012 The Android Open Source Project
158158
159159 Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11plugins {
2- id " com.android.library" version " 8.7.3 " apply false
2+ id " com.android.library" version " 8.8.0 " apply false
33 id " de.undercouch.download" version " 5.6.0" apply false
44}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
1616android.useAndroidX =true
1717#
1818GROUP =io.requery
19- VERSION_NAME =3.47.2 -SNAPSHOT
19+ VERSION_NAME =3.48.0 -SNAPSHOT
2020#
2121POM_DEVELOPER_ID =TODO
2222POM_DEVELOPER_NAME =TODO
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-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99android {
10- buildToolsVersion = " 35.0.0 "
10+ buildToolsVersion = " 35.0.1 "
1111 ndkVersion " 27.2.12479018"
1212
1313 compileSdk 35
@@ -58,7 +58,7 @@ dependencies {
5858}
5959
6060ext {
61- sqliteDistributionUrl = " https://www.sqlite.org/2024 /sqlite-amalgamation-3470200 .zip"
61+ sqliteDistributionUrl = " https://www.sqlite.org/2025 /sqlite-amalgamation-3480000 .zip"
6262}
6363
6464tasks. register(" downloadSqlite" , Download ) {
You can’t perform that action at this time.
0 commit comments