File tree Expand file tree Collapse file tree
dConnectDevicePlugin/dConnectDeviceSwitchBot/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ def DEMO_ZIP_NAME = "demo.zip"
44
55dependencies {
66 implementation fileTree(include : ' *.jar' , dir : ' libs' )
7- implementation ' org.deviceconnect:dconnect-device-plugin-sdk:2.8.3 '
7+ implementation ' org.deviceconnect:dconnect-device-plugin-sdk:2.8.4 '
88 implementation ' androidx.appcompat:appcompat:1.1.0'
99 implementation ' androidx.preference:preference:1.1.0'
1010 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
@@ -24,6 +24,8 @@ repositories {
2424 maven {
2525 url ' file://' + rootDir + ' /../../dConnectSDK/dConnectDemoLib/repository/'
2626 }
27+ maven { url ' file://' + rootDir + ' /../../dConnectSDK/dConnectSDKForAndroid/repository/' }
28+ maven { url ' file://' + rootDir + ' /../../dConnectDevicePlugin/dConnectDevicePluginSDK/repository/' }
2729}
2830
2931android {
You can’t perform that action at this time.
0 commit comments