diff --git a/android/app/build.gradle b/android/app/build.gradle index fd6c7720..b7605ad0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -70,7 +70,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' //openTok - implementation 'com.opentok.android:opentok-android-sdk:2.16.5' + implementation 'com.opentok.android:opentok-android-sdk:2.20.1' //permissions implementation 'pub.devrel:easypermissions:0.4.0' //retrofit diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 57a59745..c656ebbf 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@