File tree Expand file tree Collapse file tree
dConnectDevicePlugin/dConnectDeviceUVC Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66.DS_Store
77/build
88/captures
9+ /app /libs /* .aar
Original file line number Diff line number Diff line change @@ -64,9 +64,8 @@ repositories {
6464}
6565
6666dependencies {
67- implementation fileTree(include : ' *.jar' , dir : ' libs ' )
67+ implementation fileTree(dir : ' libs ' , include : [ ' *.jar' , ' *.aar ' ] )
6868 implementation ' com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:1.6.7'
6969 implementation ' org.deviceconnect:dconnect-device-plugin-sdk:2.8.3'
7070 implementation project(' :libuvccamera' )
71- implementation project(' :libmedia' )
7271}
Original file line number Diff line number Diff line change 1- def properties = new Properties ()
2- properties. load(new File (' local.properties' ). newDataInputStream())
3- def deviceConnectAndroid = new File (properties. getProperty(" dc.dir" ))
4-
51include ' :app' , ' :libuvccamera'
6- include ' libmedia'
7- project(' :libmedia' ). projectDir = new File (deviceConnectAndroid, ' dConnectSDK/dConnectLibStreaming/libmedia' )
You can’t perform that action at this time.
0 commit comments