Skip to content

Commit

Permalink
VIDCS-2382: Update version to 2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvenum committed Jun 24, 2024
1 parent 187d7fc commit 57fb6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Video-Transformers-Java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ android {
dependencies {
// Dependency versions are defined in the ../../commons.gradle file
implementation "com.opentok.android:opentok-android-sdk:${extOpentokSdkVersion}"
implementation "com.vonage:client-sdk-video-transformers:${extOpentokSdkVersion}"
implementation "androidx.appcompat:appcompat:${extAppCompatVersion}"
implementation "pub.devrel:easypermissions:${extEasyPermissionsVersion}"
implementation "androidx.constraintlayout:constraintlayout:${extConstraintLyoutVersion}"
Expand Down
4 changes: 2 additions & 2 deletions commons.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ ext {
extAgpVersion="4.2.1"
extCompileSdkVersion=32
extBuildToolsVersion="30.0.2"
extMinSdkVersion=23
extMinSdkVersion=24
extTargetSdkVersion=32
extVersionCode=1
extVersionName="1.0"
extMinifyEnabled=false
extOpentokSdkVersion="2.27.1"
extOpentokSdkVersion="2.27.2"
extAppCompatVersion="1.4.1"
extEasyPermissionsVersion="3.0.0"
extConstraintLyoutVersion="2.0.4"
Expand Down

0 comments on commit 57fb6a6

Please sign in to comment.