diff --git a/android/build.gradle b/android/build.gradle index b2a1f1d3..81a5ca25 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -164,8 +164,8 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') - api 'io.agora.rtc:agora-special-full:4.5.0.1' - implementation 'io.agora.rtc:full-screen-sharing:4.5.0.1' + api 'io.shengwang.rtc:agora-special-full:4.5.0.1' + implementation 'io.shengwangw.rtc:full-screen-sharing:4.5.0.1' implementation 'io.agora.rtc:iris-rtc:4.5.0-build.1' } diff --git a/package.json b/package.json index ca2680bb..63d573e4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-native-agora", + "name": "react-native-shenwang", "version": "4.5.0", "description": "Agora RTC SDK For React Native", "main": "lib/commonjs/index", @@ -30,7 +30,7 @@ "CHANGELOG.md" ], "scripts": { - "example": "yarn workspace react-native-agora-example", + "example": "yarn workspace react-native-shenwang-example", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{cjs,js,ts,tsx}\"", @@ -45,13 +45,13 @@ "ios", "android" ], - "repository": "https://github.com/AgoraIO-Extensions/react-native-agora", + "repository": "https://github.com/AgoraIO-Extensions/react-native-shenwang", "author": "HUI (https://github.com/LichKing-2234)", "license": "MIT", "bugs": { - "url": "https://github.com/AgoraIO-Extensions/react-native-agora/issues" + "url": "https://github.com/AgoraIO-Extensions/react-native-shenwang/issues" }, - "homepage": "https://github.com/AgoraIO-Extensions/react-native-agora#readme", + "homepage": "https://github.com/AgoraIO-Extensions/react-native-shenwang#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, diff --git a/react-native-agora.podspec b/react-native-agora.podspec index 2d318d16..f5532edf 100644 --- a/react-native-agora.podspec +++ b/react-native-agora.podspec @@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json"))) folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' Pod::Spec.new do |s| - s.name = "react-native-agora" + s.name = "react-native-shenwang" s.version = package["version"] s.summary = package["description"] s.homepage = package["homepage"] @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.authors = package["author"] s.platforms = { :ios => "12.4" } - s.source = { :git => "https://github.com/AgoraIO-Extensions/react-native-agora.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/AgoraIO-Extensions/react-native-shenwang.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm}"