diff --git a/CHANGELOG.md b/CHANGELOG.md index f34df314fc0005040171a4676224a53f5a5634d0..12b33244dd31c14a62b30170cc010c6133ed0b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ -## 0.0.1-SNAPSHOT - -ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file +## 0.0.2-SNAPSHOT +ohos 第2个版本 + * 更新sdk6 +## 0.0.1-SNAPSHOT +ohos 第1个版本 + * 实现了原库的全部ap \ No newline at end of file diff --git a/README.md b/README.md index 253bea0af92c0a4eb4603ff1b818bd1d0b5b7772..32390ee639cec7b22c63c5ab2f84b169f70e761c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - 功能:自定义的一个炫酷爆炸性粉尘效果的动画视图 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1 Release +- 开发版本:sdk6,DevEco Studio2.2 Beta1 - 基线版本:master #### 效果演示 @@ -26,12 +26,12 @@ ``` dependencies { - implementation('com.gitee.chinasoft_ohos:ExplosionField:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ExplosionField:0.0.2-SNAPSHOT') ...... } ``` -在sdk5,DevEco Studio2.1 Release下项目可直接运行 +在sdk6,DevEco Studio2.2 Beta1下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 @@ -58,7 +58,7 @@ CloudTest代码测试无异常 #### 版本迭代 -0.0.1-SNAPSHOT +0.0.2-SNAPSHOT #### License diff --git a/build.gradle b/build.gradle index 3c52aa1178cc9d802a490b6029d1298d9f3e0e1a..059991812c9eaedbc220438f6e750ece7f10098c 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 22317761c9eae5e097b20324beab1f666e027c7d..496a168e9e6704beb8a1896bbcfe25b3ff1ccff7 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 } @@ -19,7 +19,7 @@ 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:ExplosionField:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ExplosionField:0.0.2-SNAPSHOT') } decc { supportType = ['html', 'xml'] diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 43775b027f048d118343808272dd888ad00ddb21..5c7fd003e9bf10ca3ba9d55ff781b44e998fc952 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,12 +3,8 @@ "bundleName": "com.tyrantgit.sample", "vendor": "tyrantgit", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5 + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {}, diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 675b593db3fa4acf56d17c53d425015537baa98f..de79aef1f9d079acf0446815940fe63d188a95a6 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -5,10 +5,6 @@ "version": { "code": 1, "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5 } }, "deviceConfig": {}, diff --git a/explosionfield/build.gradle b/explosionfield/build.gradle index 25ddf0cf1daa8f1533639ebc05ce352f4019b8ff..7e1e475c1296e7c6d200a45810598ddff583ee7f 100644 --- a/explosionfield/build.gradle +++ b/explosionfield/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.huawei.ohos.library' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/explosionfield/src/main/config.json b/explosionfield/src/main/config.json index cc59addb45dee30ec69e4a1fee22bc675df3d333..20f856161fb8de8ac5669c7f271a646cc6f8cbb7 100644 --- a/explosionfield/src/main/config.json +++ b/explosionfield/src/main/config.json @@ -3,12 +3,8 @@ "bundleName": "com.tyrantgit.sample", "vendor": "tyrantgit", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5 + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {