@byteplus/react-native-live-push 1.3.0 → 1.3.2-rc.0

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.
@@ -42,7 +42,7 @@ if (volcApiEnvVersion) {
42
42
  } else if (rootProject.hasProperty('VOLC_API_ENGINE_VERSION_FOR_LIVE_PUSH')) {
43
43
  volc_api_engine_version = rootProject.property('VOLC_API_ENGINE_VERSION_FOR_LIVE_PUSH')
44
44
  } else {
45
- volc_api_engine_version = "1.6.4" // Default version
45
+ volc_api_engine_version = "1.6.6" // Default version
46
46
  }
47
47
 
48
48
  println "[LIVE PUSH GRADLE INFO]: Using ttsdk_ttlivepush_rtc version: $ttsdk_ttlivepush_rtc_version"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/react-native-live-push",
3
- "version": "1.3.0",
3
+ "version": "1.3.2-rc.0",
4
4
  "peerDependencies": {
5
5
  "react": "*",
6
6
  "react-native": "*"
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "nativeVersion": {
35
35
  "volc": {
36
- "android": "1.46.3.6",
36
+ "android": "1.47.3.6",
37
37
  "ios": "1.46.3.10-premium"
38
38
  },
39
39
  "byteplus": {
40
- "android": "1.46.300.2",
40
+ "android": "1.47.300.2",
41
41
  "ios": "1.46.300.7-premium"
42
42
  }
43
43
  }