Skip to content

Commit b20fa47

Browse files
libmedia,libsrtを1.2.0とし、GitHubPackagesにaarをアップロードした。
1 parent b8521b3 commit b20fa47

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

dConnectDevicePlugin/dConnectDeviceHost/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ dependencies {
103103
implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:1.9.1'
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.1.2'
107-
// implementation 'org.deviceconnect:libsrt:1.1.2'
108-
implementation project(':libmedia')
109-
implementation project(':libsrt')
106+
implementation 'org.deviceconnect:libmedia:1.2.0'
107+
implementation 'org.deviceconnect:libsrt:1.2.0'
108+
// implementation project(':libmedia')
109+
// implementation project(':libsrt')
110110
}
111111

112112
task zipDemo(type:Zip) {

dConnectSDK/dConnectLibStreaming/libmedia/build.gradle

Lines changed: 1 addition & 1 deletion
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.1.2"
9+
return "1.2.0"
1010
}
1111

1212
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.1.2" // Replace with version Name
9+
return "1.2.0" // 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 project(':libmedia')
96+
implementation 'org.deviceconnect:libmedia:1.2.0'
9797

9898
testImplementation 'junit:junit:4.12'
9999
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

0 commit comments

Comments
 (0)