diff --git a/build.gradle b/build.gradle index 78451ae26abe65bf2a56945f8eb4b833b3ee1554..8e7d5ed27de5b0b788c4895978e0eea2ba71e12b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.4.2' - classpath 'com.huawei.ohos:decctest:1.0.0.6' + classpath 'com.huawei.ohos:hap:2.4.5.0' + classpath 'com.huawei.ohos:decctest:1.2.4.1' } } diff --git a/entry/build.gradle b/entry/build.gradle index 1e0d257cb63b1ffc12fb1ab9df1e68fa568fad83..3db36dd75743e224fc51ba592bbac1686bb514e5 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -19,7 +19,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - compile project(":library") + implementation('com.gitee.chinasoft_ohos:Bluetooth_LE_Library:0.0.2-SNAPSHOT') + // compile project(":library") } decc { supportType = ['html','xml']