Skip to content

Commit

Permalink
Merge pull request #854 from 100mslive/fixSDKVersions
Browse files Browse the repository at this point in the history
Patch 1.1.1: Fix sdk versions json file path
  • Loading branch information
ygit authored Dec 22, 2022
2 parents 04f022f + f499784 commit f0ec3f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import groovy.json.JsonSlurper

def sdkVersionsJson = new JsonSlurper().parse file("$rootDir/../../sdk-versions.json")
def sdkVersionsJson = new JsonSlurper().parse file("../sdk-versions.json")

buildscript {
ext.kotlin_version = '1.5.30-RC'
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ PODS:
- React-Core
- react-native-document-picker (8.1.3):
- React-Core
- react-native-hms (1.1.0):
- react-native-hms (1.1.1):
- HMSBroadcastExtensionSDK (= 0.0.5)
- HMSSDK (= 0.5.3)
- React-Core
Expand Down Expand Up @@ -618,7 +618,7 @@ SPEC CHECKSUMS:
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-cameraroll: 0ff04cc4e0ff5f19a94ff4313e5c8bc4503cd86d
react-native-document-picker: 958e2bc82e128be69055be261aeac8d872c8d34c
react-native-hms: 4350d246559f9b6f22e6ff9e8f31836ea7475978
react-native-hms: c215c36f0d51ba7ef225175d1e6a8291e3d7e039
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
react-native-simple-toast: 8ee5d23f0b92b935ab7434cdb65159ce12dfb4b7
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@100mslive/react-native-hms",
"version": "1.1.0",
"version": "1.1.1",
"description": "The React Native package for 100ms SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -14,6 +14,7 @@
"ios",
"cpp",
"react-native-hms.podspec",
"sdk-versions.json",
"!lib/typescript/example",
"!android/build",
"!ios/build",
Expand Down

0 comments on commit f0ec3f8

Please sign in to comment.