Skip to content

Commit

Permalink
Bump android dependency (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
slycoder authored Nov 30, 2020
1 parent 5ad4639 commit 8ef225f
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 @@ -49,7 +49,7 @@ dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "com.android.support:appcompat-v7:$androidSupportVersion"
implementation "com.twilio:video-android:5.10.0"
implementation "com.twilio:video-android:5.10.1"
implementation 'org.webrtc:google-webrtc:1.0.30039'
implementation "com.facebook.react:react-native:+" // From node_modules
}

0 comments on commit 8ef225f

Please sign in to comment.