File tree Expand file tree Collapse file tree
dConnectSDK/dConnectLibStreaming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
5454 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
5555 implementation ' androidx.preference:preference:1.1.0'
5656 implementation ' com.google.android.material:material:1.1.0'
57- implementation ' org.deviceconnect :libmedia:1.0.0 '
57+ implementation project( ' :libmedia' )
5858
5959 testImplementation ' junit:junit:4.12'
6060 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ dependencies {
5555 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
5656 implementation ' androidx.preference:preference:1.1.0'
5757 implementation ' com.google.android.material:material:1.0.0'
58- implementation ' org.deviceconnect:libmedia:1.0.0'
59- implementation ' org.deviceconnect:libsrt:1.0.0'
58+ implementation project(' :libmedia' )
6059 implementation project(' :libopus' )
6160
6261 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
5252 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
5353 implementation ' androidx.preference:preference:1.1.0'
5454 implementation ' com.google.android.material:material:1.1.0'
55- implementation ' org.deviceconnect :libmedia:1.0.0 '
56- implementation ' org.deviceconnect :libsrt:1.0.0 '
55+ implementation project( ' :libmedia' )
56+ implementation project( ' :libsrt' )
5757
5858 testImplementation ' junit:junit:4.12'
5959 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ dependencies {
5656 implementation ' androidx.appcompat:appcompat:1.1.0'
5757 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
5858 implementation " androidx.preference:preference:1.1.0"
59- implementation ' org.deviceconnect:libmedia:1.0.0'
60- implementation ' org.deviceconnect:libsrt:1.0.0'
59+ implementation project(' :libmedia' )
60+ implementation project(' :libsrt' )
61+
6162 testImplementation ' junit:junit:4.12'
6263 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
6364 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments