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 {
107
107
def kotlin_version = getExtOrDefault(" kotlinVersion" )
108
108
109
109
dependencies {
110
- implementation ' co.powersync:powersync-sqlite-core:0.2.1 '
110
+ implementation ' co.powersync:powersync-sqlite-core:0.3.0 '
111
111
// For < 0.71, this will be from the local maven repo
112
112
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
113
113
// noinspection GradleDynamicVersion
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
18
18
s . dependency "React-callinvoker"
19
19
s . dependency "React"
20
- s . dependency "powersync-sqlite-core" , "~> 0.2.1 "
20
+ s . dependency "powersync-sqlite-core" , "~> 0.3.0 "
21
21
if defined? ( install_modules_dependencies ( ) )
22
22
install_modules_dependencies ( s )
23
23
else
You can’t perform that action at this time.
0 commit comments