From 7c77882d0c39158b9ebf0f32bca82e9a408bf4ae Mon Sep 17 00:00:00 2001 From: 0000248716-lijiaxiao Date: Tue, 6 Jul 2021 15:31:52 +0800 Subject: [PATCH] 1.0 --- build.gradle | 4 ++-- entry/build.gradle | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 78451ae..8e7d5ed 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 1e0d257..3db36dd 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'] -- Gitee