diff --git a/README.md b/README.md
index 54beecfb24c999462417904e832631449ad7fdd6..45468d6905fd1b667ac185eea86ded1d57b0639b 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,12 @@ Features
ScreenShot
--
-
-
-
-
-
-
+
+
+
+
+
+
How to import into your project
@@ -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'
}
}