@lynxship/expo 0.1.2 → 0.1.3

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.
@@ -1,5 +1,6 @@
1
1
  plugins {
2
2
  id "com.android.library"
3
+ id "expo-module-gradle-plugin"
3
4
  }
4
5
 
5
6
  // `latest.release` is used only when the app does not provide an exact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynxship/expo",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Expo native LynxView with LynxShip OTA delivery and cache support.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -47,8 +47,8 @@
47
47
  "react-native": ">=0.76"
48
48
  },
49
49
  "dependencies": {
50
- "@lynxship/sdk-android": "0.1.0",
51
- "@lynxship/sdk-ios": "0.1.0"
50
+ "@lynxship/sdk-ios": "0.1.0",
51
+ "@lynxship/sdk-android": "0.1.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsc -b tsconfig.json",