Skip to content

Commit 381966a

Browse files
authored
Update Kotlin and CSQLite (#107)
1 parent 137a6ce commit 381966a

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.10.0 (unreleased)
4+
5+
* Fix "Linking a static library that was built with `-gmodules`, but the module cache was not found.` build warnings.
6+
* Update to SQLite 3.51.2.
7+
38
## 1.9.0
49

510
* Fixed user agent strings not following expected format.

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
3434
.binaryTarget(
3535
name: "PowerSyncKotlin",
3636
url:
37-
"https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.10.1/PowersyncKotlinRelease.zip",
38-
checksum: "fe365cc9b14e71b75428940b4246a0d7e3326d9d9e2047f047f7e1bfafbb87e6"
37+
"https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.10.2/PowersyncKotlinRelease.zip",
38+
checksum: "78780e04436a872b80e2d8c90f4cc1901ec38de2d1b908c2f7c24f7d8ce0f82b"
3939
))
4040
}
4141

@@ -82,7 +82,7 @@ let package = Package(
8282
],
8383
dependencies: conditionalDependencies + [
8484
.package(url: "https://github.com/groue/GRDB.swift.git", from: "7.9.0"),
85-
.package(url: "https://github.com/powersync-ja/CSQLite.git", exact: "3.51.1")
85+
.package(url: "https://github.com/powersync-ja/CSQLite.git", exact: "3.51.2")
8686
],
8787
targets: [
8888
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)