diff --git a/CHANGELOG.md b/CHANGELOG.md index 2312fb6dfb7cd2c842e0ee386a4cf4806c05ae68..22e0f408431aef9201b8c597d8bdcb58fb6b25cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2-SNAPSHOT + +ohos 第二个版本,适配了最新的SDK6 + ## 0.0.1-SNAPSHOT ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file diff --git a/README.md b/README.md index 7693ead6b867fac7e36c78f16cf6de8a5639d6ce..9c1ed642a70f007c03b98955048959914ee2147c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 项目移植状态:主功能完成 - 调用差异:无 - 基线版本: master -- 开发版本:sdk5,DevEco Studio2.1 Release(实时更新以当前最新版本为准) +- 开发版本:sdk6,DevEco Studio2.2 Beta1 #### 效果演示

@@ -30,11 +30,11 @@ allprojects { 2.在entry模块的build.gradle文件中, ```xml dependencies { - implementation('com.gitee.chinasoft_ohos:ExpandTextView:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ExpandTextView:0.0.2-SNAPSHOT') } ``` -在sdk5,DevEco Studio2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 + #### 使用说明 @@ -85,5 +85,5 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT diff --git a/build.gradle b/build.gradle index d3c9f1fef7ce4e18162867c20c11bfc65e1a8d28..bf479ca657fb6b63c48c13c097af23041e8b2e1e 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.huawei.ohos.app' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } @@ -19,8 +19,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.4.2' - classpath 'com.huawei.ohos:decctest:1.0.0.7' + classpath 'com.huawei.ohos:hap:2.4.5.0' + classpath 'com.huawei.ohos:decctest:1.2.4.1' } } diff --git a/entry/build.gradle b/entry/build.gradle index 09190339843dc40709ea9ccac468560585f7d640..1f2dccc8a7a92ff61c6bc36d37e538ed694d9c88 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index c3a79c77dd7c36a5854662c67082c3ee5e812f14..28ff60f6856eacab21005cb01f19c9ade03545ab 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -5,11 +5,6 @@ "version": { "code": 1000000, "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/library/build.gradle b/library/build.gradle index 25ddf0cf1daa8f1533639ebc05ce352f4019b8ff..519a1c73672bfea5a2d5c191c14e7ee449eb38a5 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.huawei.ohos.library' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 5 + compatibleSdkVersion 6 } buildTypes { release { diff --git a/library/src/main/config.json b/library/src/main/config.json index 971fb3720a3418b1d6079db162868910261c4bfc..bb72393de44fa73baa7e0dcfb3b538dc112f9da2 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -5,11 +5,6 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Release" } }, "deviceConfig": {