Skip to content

Commit

Permalink
upgrade. 2.9.2 for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixbirds committed Nov 1, 2019
1 parent dbacf96 commit c1053b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
def androidSupportVersion = rootProject.hasProperty("androidSupportVersion") ? rootProject.androidSupportVersion : DEFAULT_ANDROID_SUPPORT_VERSION
// from internet
implementation "com.android.support:appcompat-v7:$androidSupportVersion"
implementation "io.agora.rtc:full-sdk:2.9.1"
implementation "io.agora.rtc:full-sdk:2.9.2"
// from node_modules
implementation "com.facebook.react:react-native:+"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-agora",
"version": "2.9.1-alpha.1",
"version": "2.9.1-alpha.2",
"description": "React Native around the Agora RTC SDKs for Android and iOS agora",
"summary": "agora native sdk for react-native",
"main": "lib/index.js",
Expand Down

0 comments on commit c1053b6

Please sign in to comment.