Skip to content

Use powersync-sqlite-core 0.3.6 #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use powersync-sqlite-core 0.3.6.
  • Loading branch information
rkistner committed Nov 11, 2024
commit a6e21ed7263efca51b7210c33fa07595fd365220
5 changes: 5 additions & 0 deletions .changeset/two-beans-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@journeyapps/react-native-quick-sqlite": patch
---

Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ android {
}

dependencies {
implementation 'co.powersync:powersync-sqlite-core:0.3.0'
implementation 'co.powersync:powersync-sqlite-core:0.3.6'
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-android:+'
}
Expand Down
2 changes: 1 addition & 1 deletion react-native-quick-sqlite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.dependency "React-callinvoker"
s.dependency "React"
s.dependency "powersync-sqlite-core", "~> 0.3.0"
s.dependency "powersync-sqlite-core", "~> 0.3.6"
if defined?(install_modules_dependencies())
install_modules_dependencies(s)
else
Expand Down
Loading