Skip to content

Commit 5b2244a

Browse files
authored
Update core extension, platform dependencies (#207)
* Update core extension, platform dependencies * Update sqlite3 too * Update mokkery
1 parent 17e0447 commit 5b2244a

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.2.1 (pending release)
44

55
* [Supabase Connector] Fixed issue where only `400` HTTP status code errors where reported as connection errors. The connector now reports errors for codes `>=400`.
6+
* Update PowerSync core extension to `0.4.1`, fixing an issue with the new Rust client.
67

78
## 1.2.0
89

demos/android-supabase-todolist/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.9.0"
2+
agp = "8.10.1"
33
coreSplashscreen = "1.0.1"
44
kotlin = "2.1.10"
55
coreKtx = "1.15.0"

demos/supabase-todolist/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ compose-preview = "1.7.8"
2424
lifecycle = "2.8.4"
2525

2626
# plugins
27-
android-gradle-plugin = "8.9.0"
27+
android-gradle-plugin = "8.10.1"
2828

2929
# Sample - Android
3030
androidx-core = "1.15.0"

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ idea = "243.22562.218" # Meerkat | 2024.3.1 (see https://plugins.jetbrains.com/d
1111

1212
# Dependencies
1313
kermit = "2.0.5"
14-
kotlin = "2.1.10"
14+
kotlin = "2.1.21"
1515
coroutines = "1.8.1"
1616
kotlinx-datetime = "0.6.2"
1717
kotlinx-io = "0.5.4"
1818
ktor = "3.1.0"
1919
rsocket = "0.20.0"
2020
uuid = "0.8.2"
21-
powersync-core = "0.4.0"
22-
sqlite-jdbc = "3.49.1.0"
21+
powersync-core = "0.4.1"
22+
sqlite-jdbc = "3.50.1.0"
2323
sqliter = "1.3.1"
2424
turbine = "1.2.0"
2525
kotest = "5.9.1"
@@ -34,12 +34,12 @@ compose-preview = "1.7.8"
3434
androidxSqlite = "2.4.0"
3535

3636
# plugins
37-
android-gradle-plugin = "8.9.0"
38-
skie = "0.10.1"
37+
android-gradle-plugin = "8.10.1"
38+
skie = "0.10.2"
3939
maven-publish = "0.27.0"
4040
download-plugin = "5.5.0"
4141
grammarkit-composer = "0.1.12"
42-
mokkery = "2.7.1"
42+
mokkery = "2.8.0"
4343
kotlinter = "5.0.1"
4444
keeper = "0.16.1"
4545
atomicfu = "0.27.0"

static-sqlite-driver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("com.powersync.plugins.sonatype")
1717
}
1818

19-
val sqliteVersion = "3490100"
19+
val sqliteVersion = "3500100"
2020
val sqliteReleaseYear = "2025"
2121

2222
val downloadSQLiteSources by tasks.registering(Download::class) {

0 commit comments

Comments
 (0)