@powersync/op-sqlite 0.7.0 → 0.7.1
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.
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
110
|
+
implementation 'co.powersync:powersync-sqlite-core:0.4.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
|