diff --git a/README.md b/README.md index 71ac588047bfb1f8958dd0d664449444d6c46aeb..caf583ef27c0f94d66cc529c2dee513e16420570 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 基线版本: Release 1.4.0 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1.0.301 beta3 +- 开发版本:sdk5,DevEco Studio2.1 Release #### 效果演示 @@ -27,7 +27,7 @@ } -在sdk5,DevEco Studio2.1.0.301 beta3下项目可直接运行 +在sdk5,DevEco Studio2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 diff --git a/build.gradle b/build.gradle index 6e73c6e2ef60c68161de5db18aa93599a68df745..fe7a6b04115817b893997a838652720f9737ebf6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ ohos { compatibleSdkVersion 4 } } - + buildscript { repositories { maven { @@ -16,10 +16,10 @@ buildscript { maven { url 'https://developer.huawei.com/repo/' } - jcenter() + jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.5' + classpath 'com.huawei.ohos:hap:2.4.4.2' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } @@ -35,6 +35,6 @@ allprojects { maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } - jcenter() + jcenter() } } diff --git a/entry/build.gradle b/entry/build.gradle index 8994faf425c8a38799c803db490230524880cf18..46559b9e2d3f4ec1cb235421f3e068bdf0647dcf 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -13,7 +13,7 @@ ohos { } } } - + } dependencies { @@ -23,5 +23,5 @@ dependencies { implementation('com.gitee.chinasoft_ohos:mkloader:0.0.1-SNAPSHOT') } decc { - supportType = ['html','xml'] + supportType = ['html', 'xml'] } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 217c4cfc30e216e96c4b96a4085570b8fc6b3d7e..620e5563410bd140249f4fb536823098a7e8bd6b 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.tuyenmonkey.sample", "vendor": "tuyenmonkey", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 6f5d06fce34a15ba7f688274a7f298f158339ec7..08add00033f76a37de7628135a73cb5fb04924e1 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -3,7 +3,7 @@ "bundleName": "com.tuyenmonkey.sample", "vendor": "tuyenmonkey", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { diff --git a/library/src/main/config.json b/library/src/main/config.json index d62a3356a80399e0668f9d475bbad0d345179e22..e5eaabedfee0fc4362fa2336f1425301a915a5a6 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.tuyenmonkey.sample", "vendor": "tuyenmonkey", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": {