diff --git a/android/build.gradle b/android/build.gradle index 6a7348b6..493d04ed 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,6 +51,6 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "com.android.support:appcompat-v7:$androidSupportVersion" - implementation "com.twilio:video-android:7.7.1" + implementation "com.twilio:video-android:7.8.0" implementation "com.facebook.react:react-native:+" // From node_modules }