Skip to content

Commit 3ea691b

Browse files
SwitchBotの2.8.4対応。
1 parent b9ffac9 commit 3ea691b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • dConnectDevicePlugin/dConnectDeviceSwitchBot/plugin

dConnectDevicePlugin/dConnectDeviceSwitchBot/plugin/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def DEMO_ZIP_NAME = "demo.zip"
44

55
dependencies {
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

2931
android {

0 commit comments

Comments
 (0)