diff --git a/build.gradle b/build.gradle index e463f147c46e9b38e8fe2fb8e3f3059b899a057d..83d884f02e8af69834e5d58b7b639f22d0a08708 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.7' + classpath 'com.huawei.ohos:hap:2.4.4.2' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } diff --git a/library/src/main/config.json b/library/src/main/config.json index 89aef8f06b3c99a49bb9e1ff09c032c1f0a95d78..b2adf3e62b06ee8bc483b96245c98d3c35ba67d3 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -3,8 +3,8 @@ "bundleName": "cn.pedant.SafeWebViewBridge", "vendor": "pedant", "version": { - "code": 1, - "name": "1.0" + "code": 1000000, + "name": "1.0.0" }, "apiVersion": { "compatible": 5, diff --git a/sample/src/main/config.json b/sample/src/main/config.json index 524419a2af7f9782bb2aedae06ed1fe4c55d74d4..238ada5d24bcf1659f06cd0119d17f0806a694f0 100644 --- a/sample/src/main/config.json +++ b/sample/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "cn.pedant.SafeWebViewBridge", "vendor": "pedant", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/sample/src/ohosTest/config.json b/sample/src/ohosTest/config.json index 86b21ba2fd8f6de7069f78b162653795294c851b..549b2674edf52ae4a495c6fd60d543a276decec4 100644 --- a/sample/src/ohosTest/config.json +++ b/sample/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "cn.pedant.SafeWebViewBridge", "vendor": "pedant", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": {