Skip to content

Commit 51a6001

Browse files
committed
OPSqlite psc updates.
1 parent f75f2b4 commit 51a6001

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.6'
110+
implementation 'co.powersync:powersync-sqlite-core:0.3.8'
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.6"
20+
s.dependency "powersync-sqlite-core", "~> 0.3.8"
2121
if defined?(install_modules_dependencies())
2222
install_modules_dependencies(s)
2323
else

0 commit comments

Comments
 (0)