Skip to content

Commit

Permalink
V.2.0.297
Browse files Browse the repository at this point in the history
CloudSDK
Version 2.0.297_20220622:
- updated versions of used SDK:
  PlayerSDK: 6.96.20220622
- added the ability to configure the behavior of the sequence of double taps

PlayerSDK
Version 6.96.20220622:
- added support double tap gesture for all aspect ratio zoom/move modes
- added the ability to configure the behavior of the sequence of double taps

EncoderSDK
Version 6.13.20220419:
  • Loading branch information
MaxKoutsanov committed Jun 22, 2022
1 parent af5a77e commit d83aee8
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 16 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# VXG Mobile SDK Android

### MobileSDK 2.0.297

CloudSDK
Version 2.0.297_20220622:
- updated versions of used SDK:
PlayerSDK: 6.96.20220622
- added the ability to configure the behavior of the sequence of double taps

PlayerSDK
Version 6.96.20220622:
- added support double tap gesture for all aspect ratio zoom/move modes
- added the ability to configure the behavior of the sequence of double taps

EncoderSDK
Version 6.13.20220419:

### MobileSDK 2.0.296

CloudSDK
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions CloudSDK/src/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.296"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20220411"
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.297"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20220622"
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion MediaSDK/EncoderSDK/src/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.296"
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.297"
encodersdk_ver = project.hasProperty('encodersdk_ver') ? project.getProperty('encodersdk_ver') : "6.13.20220419"
}

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
}

dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.gms:play-services:8.1+'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
}

dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'com.google.android.gms:play-services-vision:20.1.3'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {


dependencies {
implementation 'com.vxg.mediasdk:playersdk:6.96.20220411'
implementation 'com.vxg.mediasdk:playersdk:6.96.20220622'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation(files('./src/main/libs/org.apache.http.legacy.jar'))
Expand Down
4 changes: 2 additions & 2 deletions MediaSDK/PlayerSDK/src/AndroidStudio/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.296"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20220411"
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.297"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20220622"
}

buildscript {
Expand Down

0 comments on commit d83aee8

Please sign in to comment.