diff --git a/README.md b/README.md
index 3db8401d2f0eba9509ecc7eb53a4674c0d9a9138..8f2d5f00ad2ed2d4dc689ec46f4a0f7385edf305 100644
--- a/README.md
+++ b/README.md
@@ -50,14 +50,14 @@ implementation 'io.openharmony.tpc.thirdlib:ultraviewpager:1.0.4'
在layout中使用UltraViewPager:
ability_pager.xml
```xml
-
+
```
可以参考以下步骤使用UltraViewPager:
diff --git a/build.gradle b/build.gradle
index c8b2e79ffde18f2b55292b6b9b5b3da0f74e6ad8..f2aa6a9d7b32cd73ea76f6e342dd96a32bd4aaf0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'
}
}
@@ -36,7 +36,7 @@ allprojects {
jcenter()
}
}
-rootProject.ext{
+rootProject.ext {
DEFAULT_GROUP_ID = "io.openharmony.tpc.thirdlib"
DEFAULT_ARTIFACT_ID = "ultraviewpager"
DEFAULT_VERSION = "1.0.4"
diff --git a/entry/src/main/config.json b/entry/src/main/config.json
index e06d17b7b94f619d1d92035e208ec05e1dad5e36..547f2f266bb5fe47a950cd67cdc505b3911fb55a 100644
--- a/entry/src/main/config.json
+++ b/entry/src/main/config.json
@@ -8,14 +8,13 @@
},
"apiVersion": {
"compatible": 5,
- "target": 5,
- "releaseType": "Beta1"
+ "target": 5
}
},
"deviceConfig": {},
"module": {
"package": "com.tmall.ultraviewpager",
- "name": ".UltraViewPager",
+ "name": ".UltraViewPagerApplication",
"reqCapabilities": [
"video_support"
],