Skip to content

Commit 3334ce8

Browse files
author
DominicGBauer
committed
fix: required powersync sqlite core version not set
1 parent 01b3119 commit 3334ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/supabase-todolist/shared/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ kotlin {
2626
ios.deploymentTarget = "14.1"
2727
podfile = project.file("../iosApp/Podfile")
2828
pod("powersync-sqlite-core") {
29+
version = "0.2.1"
2930
linkOnly = true
3031
}
3132

0 commit comments

Comments
 (0)