File tree Expand file tree Collapse file tree
dConnectDevicePlugin/dConnectDeviceHost/app
dConnectSDK/dConnectLibStreaming Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if (githubPropertiesFile.exists()) {
88}
99
1010def getVersionName = { ->
11- return " 1.2.1 "
11+ return " 1.2.2 "
1212}
1313
1414def getArtificatId = { ->
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if (githubPropertiesFile.exists()) {
66 githubProperties. load(new FileInputStream (githubPropertiesFile))
77}
88def getVersionName = { ->
9- return " 1.2.1 " // Replace with version Name
9+ return " 1.2.2 " // Replace with version Name
1010}
1111
1212def getArtificatId = { ->
@@ -93,7 +93,7 @@ android {
9393
9494dependencies {
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'
You can’t perform that action at this time.
0 commit comments