diff --git a/README.md b/README.md index 54beecfb24c999462417904e832631449ad7fdd6..2d52897fd2e2aaf517c930c3f5c7e1b33aac9801 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ allprojects{ mavenCentral() } } -implementation 'io.openharmony.tpc.thirdlib:BezierMaker:1.0.2' +implementation 'io.openharmony.tpc.thirdlib:BezierMaker:1.0.5' ``` diff --git a/build.gradle b/build.gradle index e70316f364537071861231c6b5ae70bb4062328f..643427fc88ddfe3d7337dacf1d54d5bea150bc3b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ ohos { compatibleSdkVersion 5 } } - + buildscript { repositories { maven { @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.5' + classpath 'com.huawei.ohos:hap:2.4.2.7' classpath 'com.huawei.ohos:decctest:1.0.0.6' } }