Browse Source

chore. upgrade android to 2.9.4 fix IMEI

matrixbirds 4 years ago
parent
commit
6179c52626
3 changed files with 9 additions and 2 deletions
  1. 7
    0
      CHANGELOG
  2. 1
    1
      android/build.gradle
  3. 1
    1
      package.json

+ 7
- 0
CHANGELOG View File

@@ -1,5 +1,12 @@
1 1
 ## THE CHANGELOG
2 2
 
3
+
4
+#### 2.9.1-alpha.3
5
+  - upgrade android sdk to 2.9.4
6
+
7
+#### 2.9.1-alpha.2
8
+  - upgrade 2.9.2 fro android
9
+
3 10
 #### 2.9.1-alpha.1
4 11
   - support 2.9.1 native sdk
5 12
 

+ 1
- 1
android/build.gradle View File

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

+ 1
- 1
package.json View File

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