Skip to content

Commit

Permalink
Merge pull request #370 from ggoldens/update-android-sdk-version
Browse files Browse the repository at this point in the history
Update Android SDK version to 2.16.3
  • Loading branch information
ggoldens authored Dec 4, 2019
2 parents db6bef5 + f61ea0f commit 1f0c61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.facebook.react:react-native:${_reactNativeVersion}" // From node_modules
implementation 'com.opentok.android:opentok-android-sdk:2.16.2'
implementation 'com.opentok.android:opentok-android-sdk:2.16.3'
}

0 comments on commit 1f0c61c

Please sign in to comment.