File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/powersync-op-sqlite Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ repositories {
107107def kotlin_version = getExtOrDefault(" kotlinVersion" )
108108
109109dependencies {
110- implementation ' co.powersync:powersync-sqlite-core:0.2.1 '
110+ implementation ' co.powersync:powersync-sqlite-core:0.3.0 '
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
Original file line number Diff line number Diff 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.2.1 "
20+ s . dependency "powersync-sqlite-core" , "~> 0.3.0 "
2121 if defined? ( install_modules_dependencies ( ) )
2222 install_modules_dependencies ( s )
2323 else
You can’t perform that action at this time.
0 commit comments