Skip to content

Commit dfa7901

Browse files
committed
[op-sqlite] powersync-sqlite-core 0.3.6
1 parent 4710244 commit dfa7901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/powersync-op-sqlite/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ repositories {
107107
def kotlin_version = getExtOrDefault("kotlinVersion")
108108

109109
dependencies {
110-
implementation 'co.powersync:powersync-sqlite-core:0.3.0'
110+
implementation 'co.powersync:powersync-sqlite-core:0.3.6'
111111
// For < 0.71, this will be from the local maven repo
112112
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
113113
//noinspection GradleDynamicVersion

packages/powersync-op-sqlite/powersync-op-sqlite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.dependency "React-callinvoker"
1919
s.dependency "React"
20-
s.dependency "powersync-sqlite-core", "~> 0.3.0"
20+
s.dependency "powersync-sqlite-core", "~> 0.3.6"
2121
if defined?(install_modules_dependencies())
2222
install_modules_dependencies(s)
2323
else

0 commit comments

Comments
 (0)