Browse Source

release 2.4.1

matrixbirds 5 years ago
parent
commit
22584add69
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      android/build.gradle
  2. 1
    1
      package.json
  3. 1
    1
      react-native-agora.podspec

+ 1
- 1
android/build.gradle View File

61
     def androidSupportVersion = rootProject.hasProperty("androidSupportVersion")  ? rootProject.androidSupportVersion : DEFAULT_ANDROID_SUPPORT_VERSION
61
     def androidSupportVersion = rootProject.hasProperty("androidSupportVersion")  ? rootProject.androidSupportVersion : DEFAULT_ANDROID_SUPPORT_VERSION
62
     // from internet
62
     // from internet
63
     implementation "com.android.support:appcompat-v7:$androidSupportVersion"
63
     implementation "com.android.support:appcompat-v7:$androidSupportVersion"
64
-    implementation "io.agora.rtc:full-sdk:2.4.0"
64
+    implementation "io.agora.rtc:full-sdk:2.4.1"
65
     // from node_modules
65
     // from node_modules
66
     implementation "com.facebook.react:react-native:+"
66
     implementation "com.facebook.react:react-native:+"
67
 }
67
 }

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "react-native-agora",
2
   "name": "react-native-agora",
3
-  "version": "2.4.0-alpha.5",
3
+  "version": "2.4.1-alpha.1",
4
   "description": "React Native around the Agora RTC SDKs for Android and iOS agora",
4
   "description": "React Native around the Agora RTC SDKs for Android and iOS agora",
5
   "summary": "agora native sdk for react-native",
5
   "summary": "agora native sdk for react-native",
6
   "main": "lib/index.js",
6
   "main": "lib/index.js",

+ 1
- 1
react-native-agora.podspec View File

93
       "$(SDKROOT)../../ios/Pods"
93
       "$(SDKROOT)../../ios/Pods"
94
     ]
94
     ]
95
   }
95
   }
96
-  s.dependency "AgoraRtcEngine_iOS", "2.4.0.1"
96
+  s.dependency "AgoraRtcEngine_iOS", "2.4.1"
97
   s.dependency 'React'
97
   s.dependency 'React'
98
 
98
 
99
 end
99
 end