From 5e1bf526077935bf1b0d08410851dfec734a1498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=B5=9B=E8=B5=9B?= <15868191030@163.com> Date: Fri, 17 Sep 2021 13:55:50 +0800 Subject: [PATCH] =?UTF-8?q?pref=EF=BC=9A=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA1.0.2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle | 4 ++-- entry/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1af3ba8..4a0d718 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ mavenCentral() } } - implementation 'io.openharmony.tpc.thirdlib:FunGameRefresh:1.0.0' + implementation 'io.openharmony.tpc.thirdlib:FunGameRefresh:1.0.2' ``` # 用法 diff --git a/build.gradle b/build.gradle index 9018438..bab48f6 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.5.0' - classpath 'com.huawei.ohos:decctest:1.2.4.1' + classpath 'com.huawei.ohos:hap:2.4.5.5' + classpath 'com.huawei.ohos:decctest:1.2.5.1' } } diff --git a/entry/build.gradle b/entry/build.gradle index 226481b..12a320a 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -19,7 +19,7 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) implementation project(':fungamerefresh') - //implementation 'io.openharmony.tpc.thirdlib:FunGameRefresh:1.0.0' + //implementation 'io.openharmony.tpc.thirdlib:FunGameRefresh:1.0.2' testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' } -- Gitee