react-native-zolozkit 0.1.8 → 0.1.9

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.
@@ -57,7 +57,7 @@ dependencies {
57
57
  //noinspection GradleDynamicVersion
58
58
  implementation "com.facebook.react:react-native:+" // From node_modules
59
59
  // zoloz library
60
- implementation 'com.zoloz.android.build:zolozkit:1.3.7.240326103427+'
60
+ implementation 'com.zoloz.android.build:zolozkit:1.+'
61
61
  implementation 'com.squareup.okio:okio:1.17.4@jar'
62
62
  implementation 'com.alibaba:fastjson:1.2.83'
63
63
  implementation 'com.airbnb.android:lottie:2.7.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zolozkit",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "zolozkit for react native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",