Skip to content

Commit a6e21ed

Browse files
committed
Use powersync-sqlite-core 0.3.6.
1 parent 866dece commit a6e21ed

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/two-beans-watch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/react-native-quick-sqlite": patch
3+
---
4+
5+
Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows.

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ android {
109109
}
110110

111111
dependencies {
112-
implementation 'co.powersync:powersync-sqlite-core:0.3.0'
112+
implementation 'co.powersync:powersync-sqlite-core:0.3.6'
113113
//noinspection GradleDynamicVersion
114114
implementation 'com.facebook.react:react-android:+'
115115
}

react-native-quick-sqlite.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828

2929
s.dependency "React-callinvoker"
3030
s.dependency "React"
31-
s.dependency "powersync-sqlite-core", "~> 0.3.0"
31+
s.dependency "powersync-sqlite-core", "~> 0.3.6"
3232
if defined?(install_modules_dependencies())
3333
install_modules_dependencies(s)
3434
else

0 commit comments

Comments
 (0)