Skip to content

Commit 590f917

Browse files
libmediaとlibsrtの更新分をGitHubPackageに反映した。
1 parent 29743fd commit 590f917

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dConnectDevicePlugin/dConnectDeviceHost/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ dependencies {
103103
implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:1.9.7'
104104
implementation 'org.deviceconnect:dconnect-device-plugin-sdk:2.8.6'
105105
implementation 'org.deviceconnect:dconnect-demo-lib:1.0.1'
106-
implementation 'org.deviceconnect:libmedia:1.2.1'
107-
implementation 'org.deviceconnect:libsrt:1.2.1'
106+
implementation 'org.deviceconnect:libmedia:1.2.2'
107+
implementation 'org.deviceconnect:libsrt:1.2.2'
108108
// implementation project(':libmedia')
109109
// implementation project(':libsrt')
110110
}

dConnectSDK/dConnectLibStreaming/libmedia/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (githubPropertiesFile.exists()) {
88
}
99

1010
def getVersionName = { ->
11-
return "1.2.1"
11+
return "1.2.2"
1212
}
1313

1414
def getArtificatId = { ->

dConnectSDK/dConnectLibStreaming/libsrt/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (githubPropertiesFile.exists()) {
66
githubProperties.load(new FileInputStream(githubPropertiesFile))
77
}
88
def getVersionName = { ->
9-
return "1.2.1" // Replace with version Name
9+
return "1.2.2" // Replace with version Name
1010
}
1111

1212
def getArtificatId = { ->
@@ -93,7 +93,7 @@ android {
9393

9494
dependencies {
9595
implementation fileTree(dir: 'libs', include: ['*.jar'])
96-
implementation 'org.deviceconnect:libmedia:1.2.1'
96+
implementation 'org.deviceconnect:libmedia:1.2.2'
9797
// implementation project(':libmedia')
9898

9999
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)