@100mslive/react-native-hms 1.1.0 → 1.1.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.
@@ -1,6 +1,6 @@
1
1
  import groovy.json.JsonSlurper
2
2
 
3
- def sdkVersionsJson = new JsonSlurper().parse file("$rootDir/../../sdk-versions.json")
3
+ def sdkVersionsJson = new JsonSlurper().parse file("../sdk-versions.json")
4
4
 
5
5
  buildscript {
6
6
  ext.kotlin_version = '1.5.30-RC'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@100mslive/react-native-hms",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "The React Native package for 100ms SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -14,6 +14,7 @@
14
14
  "ios",
15
15
  "cpp",
16
16
  "react-native-hms.podspec",
17
+ "sdk-versions.json",
17
18
  "!lib/typescript/example",
18
19
  "!android/build",
19
20
  "!ios/build",
@@ -0,0 +1,4 @@
1
+ {
2
+ "ios": "0.5.3",
3
+ "android": "2.5.4"
4
+ }