Skip to content

Commit fb99a65

Browse files
libsrtのバージョンを1.3.0にアップデート
1 parent 39263e8 commit fb99a65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.3" // Replace with version Name
9+
return "1.3.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 'org.deviceconnect:libmedia:1.2.2'
96+
implementation 'org.deviceconnect:libmedia:1.3.0'
9797
// implementation project(':libmedia')
9898

9999
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)