diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cb33607c906d42adc1f62210567d9fca5e66a6..44bf73c9203bbfd55df7b5c47e3ab457023b2728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +## 0.0.2-SNAPSHOT +ohos 第二个版本 +* 更新sdk6 ## 0.0.1-SNAPSHOT -ohos 第一个版本,完整实现了原库的全部 api +* ohos 第一个版本,完整实现了原库的全部 api diff --git a/README.md b/README.md index f714de72f557c4ea7c2b1e99b2d333e11a2b7cc4..792bad3464e6bddf4a8d15086c9b7c1325254fde 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 高度可定制:单品、组件化完美支持,对于插件化环境。也可以针对性的定制使用 - 项目移植状态:已完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1 Release +- 开发版本:sdk6,DevEco Studio2.2 Beta1 - 基线版本:Router release 2.8.6 ## 演示效果 @@ -284,8 +284,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 -## 版本迭代 -- 0.0.1-SNAPSHOT +## 版本迭代- 0.0.2-SNAPSHOT ## 版权和许可信息 diff --git a/build.gradle b/build.gradle index 5e5cfbed4ac000bc067561a8e01b5b4e7f91de4f..60ddac99871123ed5a4bfbb328afb354967c4f76 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 } diff --git a/entry/build.gradle b/entry/build.gradle index 6bd231f3cc4b412b519e322e874446b7add3e0ed..32f39608f673d616487dea1cb943663693498f57 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } @@ -11,8 +11,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation 'com.gitee.chinasoft_ohos:router_api:0.0.1-SNAPSHOT' - annotationProcessor 'com.gitee.chinasoft_ohos:router_compiler:0.0.1-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:router_api:0.0.2-SNAPSHOT' + annotationProcessor 'com.gitee.chinasoft_ohos:router_compiler:0.0.2-SNAPSHOT' // 这是依赖本地方式 // annotationProcessor project(path:':router_compiler') // implementation project(path:':router_api') diff --git a/entry/src/main/config.json b/entry/src/main/config.json index b5d68a38ecd8a245d915601f967426be168d910d..24c44a2831d05975d63ea1c8c2e0e435f30489e8 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -5,11 +5,6 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Release" } }, "deviceConfig": {},