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,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
112112task zipDemo (type :Zip ) {
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.1.2 "
9+ return " 1.2.0 "
1010}
1111
1212def 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.1.2 " // Replace with version Name
9+ return " 1.2.0 " // Replace with version Name
1010}
1111
1212def getArtificatId = { ->
@@ -93,7 +93,7 @@ android {
9393
9494dependencies {
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'
You can’t perform that action at this time.
0 commit comments