diff --git a/README.md b/README.md index 1af3ba815977195ed729e4a725f55d21bdf49b7f..4a0d7181c1306e627ffb2c507cc87c2ad69011c3 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 9018438edb6bb2495a80554dbe8530d97d2a85b3..bab48f6f19833ea79d65feaba71ca67c6573fc52 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 226481b09034ce58ef0d38564717a4b03e41309b..12a320aaf0137de7b9763e982add7d02bc132606 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' }