diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe09f35a5475fd2b9b8cdcd3172b67002dbd3a6..021227f4788c4c9a17747a31299c034614100ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.2 +正式版本 ## 0.0.2-SNAPSHOT ohos 第二个版本 * 适配SKD 6 diff --git a/README.md b/README.md index 88ad902af24a4122b599f53ae56c9016d140d010..02e05c5fe9f56151abdd64beaba5cf15e202b36e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -28,7 +28,7 @@ 2.在entry模块的build.gradle文件中, ```java dependencies { - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:1.0.2') ...... } ``` @@ -41,16 +41,16 @@ ```xml Glide - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-glide:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-glide:1.0.2') Picasso - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-picasso:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-picasso:1.0.2') Fresco - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-fresco:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-fresco:1.0.2') ``` - + #### 使用说明 1.在xml中添加ScrollGalleryView控件 @@ -180,7 +180,7 @@ CloudTest代码测试无异常 ## 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.2 ## 版权和许可信息 MIT License diff --git a/build.gradle b/build.gradle index 92f416dea86ca0c81261754923ee06048e110d8b..15354c4ba3923cd9b5bfa5843ddd61d884566e61 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ allprojects { url 'https://developer.huawei.com/repo/' } maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } jcenter() } diff --git a/builder_example/build.gradle b/builder_example/build.gradle index 3f206b5b37770ae77cf072c685f33f48ce125764..d544b0277ad66a167e5aa594b55618d4428292ee 100644 --- a/builder_example/build.gradle +++ b/builder_example/build.gradle @@ -22,14 +22,16 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' - // implementation project(':library') + // 本地依赖 +// implementation project(':library') // implementation project(':glide_loader') // implementation project(':fresco_loader') // implementation project(':picasso_loader') - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:0.0.2-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-glide:0.0.2-SNAPSHOT') -// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-fresco:0.0.2-SNAPSHOT') -// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-picasso:0.0.2-SNAPSHOT') + // 远程依赖 + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:1.0.2') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-glide:1.0.2') +// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-fresco:1.0.2') +// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-picasso:1.0.2') } decc { supportType = ['html', 'xml'] diff --git a/entry/build.gradle b/entry/build.gradle index b72bde0fd138a4f7d1f4443d96ef14ba0b4262a5..4566f4966cd549f93af978941f5d306e1139f2b8 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,14 +20,17 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' implementation 'io.openharmony.tpc.thirdlib:ohos-SpinKit:1.0.1' + // 本地依赖 // implementation project(':library') // implementation project(':glide_loader') // implementation project(':fresco_loader') // implementation project(':picasso_loader') - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:0.0.2-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-glide:0.0.2-SNAPSHOT') -// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-fresco:0.0.2-SNAPSHOT') -// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-picasso:0.0.2-SNAPSHOT') + + // 远程依赖 + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:1.0.2') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-glide:1.0.2') +// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-fresco:1.0.2') +// implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-picasso:1.0.2') } decc { supportType = ['html', 'xml'] diff --git a/fresco_loader/build.gradle b/fresco_loader/build.gradle index 7b894a75c19b76f7af9ab1b2ecff4a0412429e7b..d541a2149a345fdf128caec3315e29009b5c9c9a 100644 --- a/fresco_loader/build.gradle +++ b/fresco_loader/build.gradle @@ -19,5 +19,5 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.so']) testImplementation 'junit:junit:4.13' implementation 'io.openharmony.tpc.thirdlib:fresco:1.0.0' - implementation project(':library') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:1.0.2') } diff --git a/glide_loader/build.gradle b/glide_loader/build.gradle index bc0a3e8bc0097e46db8f05d2c4f137bf14bfbf24..2e7a1ee09b962ed10ad32b316ec10188f8bb468f 100644 --- a/glide_loader/build.gradle +++ b/glide_loader/build.gradle @@ -17,6 +17,6 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.13' - implementation project(':library') implementation 'io.openharmony.tpc.thirdlib:glide:1.0.4' + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:1.0.2') } diff --git a/library/build.gradle b/library/build.gradle index 1d76cf83089ff0fb975bec7664529ea06f4dbc4b..d21e1f6be0cafe874e10b5d702aff6e3aaf47188 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,5 +20,5 @@ dependencies { testImplementation 'junit:junit:4.13' implementation 'io.openharmony.tpc.thirdlib:PhotoView:1.1.0' // implementation project(':playerviewlibrary') - implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-playerviewlibrary:0.0.2-SNAPSHOT') -} + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-playerviewlibrary:1.0.0') +} \ No newline at end of file diff --git a/picasso_loader/build.gradle b/picasso_loader/build.gradle index bdf2ac4c30af8936a2ddeaa1eabcf0b8001d5b12..ef0e965c8b5c3feab832f597bdf61f562bd680a9 100644 --- a/picasso_loader/build.gradle +++ b/picasso_loader/build.gradle @@ -19,5 +19,5 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' implementation 'io.openharmony.tpc.thirdlib:picasso:1.0.4' - implementation project(':library') + implementation('com.gitee.chinasoft_ohos:ScrollGalleryView-library:1.0.2') }