Skip to content

Commit

Permalink
Remove hardcoded version of opentok
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalocostamendes committed Jun 7, 2024
1 parent ad7403e commit 187d7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Video-Transformers-Java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {

dependencies {
// Dependency versions are defined in the ../../commons.gradle file
implementation "com.opentok.android:opentok-android-sdk:2.25.2"
implementation "com.opentok.android:opentok-android-sdk:${extOpentokSdkVersion}"
implementation "androidx.appcompat:appcompat:${extAppCompatVersion}"
implementation "pub.devrel:easypermissions:${extEasyPermissionsVersion}"
implementation "androidx.constraintlayout:constraintlayout:${extConstraintLyoutVersion}"
Expand Down

0 comments on commit 187d7fc

Please sign in to comment.