Skip to content

Commit c06a417

Browse files
committed
V.2.0.299
CloudSDK Version 2.0.299_20220707: - updated versions of used SDK: PlayerSDK: 6.96.20220707, EncoderSDK: 6.13.20220707 PlayerSDK Version 6.96.20220707: - migrated to openssl version 1.1.1q EncoderSDK Version 6.13.20220707: - migrated to openssl version 1.1.1q
1 parent 5dbd18a commit c06a417

20 files changed

Lines changed: 35 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# VXG Mobile SDK Android
22

3+
### MobileSDK 2.0.299
4+
5+
CloudSDK
6+
Version 2.0.299_20220707:
7+
- updated versions of used SDK:
8+
PlayerSDK: 6.96.20220707,
9+
EncoderSDK: 6.13.20220707
10+
11+
PlayerSDK
12+
Version 6.96.20220707:
13+
- migrated to openssl version 1.1.1q
14+
15+
EncoderSDK
16+
Version 6.13.20220707:
17+
- migrated to openssl version 1.1.1q
18+
319
### MobileSDK 2.0.298
420

521
CloudSDK

CloudSDK/src/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
ext {
3-
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.298"
4-
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20220705"
3+
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.299"
4+
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20220707"
55
}
66

77
buildscript {
35.4 MB
Binary file not shown.

MediaSDK/EncoderSDK/src/MediaStreamServiceTest/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121
dependencies {
2222
implementation 'androidx.appcompat:appcompat:1.1.0'
2323
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
24-
implementation 'com.vxg.mediasdk:encodersdk:6.13.20220705'
24+
implementation 'com.vxg.mediasdk:encodersdk:6.13.20220707'
2525
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2626
}

MediaSDK/EncoderSDK/src/MediaStreamTest/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
dependencies {
2323
implementation 'androidx.appcompat:appcompat:1.0.0'
2424
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
25-
implementation 'com.vxg.mediasdk:encodersdk:6.13.20220705'
25+
implementation 'com.vxg.mediasdk:encodersdk:6.13.20220707'
2626
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2727

2828
}

MediaSDK/EncoderSDK/src/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
ext {
3-
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.298"
4-
encodersdk_ver = project.hasProperty('encodersdk_ver') ? project.getProperty('encodersdk_ver') : "6.13.20220705"
3+
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.299"
4+
encodersdk_ver = project.hasProperty('encodersdk_ver') ? project.getProperty('encodersdk_ver') : "6.13.20220707"
55
}
66

77
buildscript {
37.5 MB
Binary file not shown.

MediaSDK/PlayerSDK/src/AndroidStudio/MediaPlayerSDKTest/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
dependencies {
28-
implementation 'com.vxg.mediasdk:playersdk:6.96.20220705'
28+
implementation 'com.vxg.mediasdk:playersdk:6.96.20220707'
2929
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3030
}
3131

MediaSDK/PlayerSDK/src/AndroidStudio/MediaPlayerSDKTest_DrawOverVideo2/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020

2121

2222
dependencies {
23-
implementation 'com.vxg.mediasdk:playersdk:6.96.20220705'
23+
implementation 'com.vxg.mediasdk:playersdk:6.96.20220707'
2424
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
2525
}
2626

0 commit comments

Comments
 (0)