@powersync/op-sqlite 0.7.6 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,7 +107,7 @@ repositories {
107
107
  def kotlin_version = getExtOrDefault("kotlinVersion")
108
108
 
109
109
  dependencies {
110
- implementation 'com.powersync:powersync-sqlite-core:0.4.2'
110
+ implementation 'com.powersync:powersync-sqlite-core:0.4.4'
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