diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ee09b6d4b3e120a98fd96dc6450e2bdbe349e3a..b6650ad6d75e5b7979543e9e9e7946ba38bebcf2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 1.0.0
+升级正式版
+
## 0.0.2-SNAPSHOT
修改findbugs问题
diff --git a/Readme.md b/Readme.md
index 9f634dee90a16df2e341027845da86d1c77c47f3..d99bbb483982409dee85b251511d7dbf21665171 100644
--- a/Readme.md
+++ b/Readme.md
@@ -12,8 +12,8 @@
## 项目演示
-
-
+
+
## 安装教程
1.在项目根目录下的build.gradle文件中,
@@ -21,7 +21,7 @@
allprojects {
repositories {
maven {
- url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ url 'https://s01.oss.sonatype.org/content/repositories/releases/'
}
}
}
@@ -30,7 +30,7 @@ allprojects {
2.在entry模块的build.gradle文件中,
```
dependencies {
- implementation('com.gitee.chinasoft_ohos:ShadowDrawable:0.0.2-SNAPSHOT')
+ implementation('com.gitee.chinasoft_ohos:ShadowDrawable:1.0.0')
......
}
```
@@ -54,7 +54,7 @@ CloudTest代码测试无异常
当前版本demo功能与原组件基本无差异
## 版本迭代
-- 0.0.2-SNAPSHOT
+- 1.0.0
## 版权和许可信息
```
diff --git a/build.gradle b/build.gradle
index 556044208315262092fe3c3e74f7192ac2e20aeb..5796f2579030f704f9a28e5e07bde8578dfe03af 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ buildscript {
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()
}
@@ -36,7 +36,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/img/demo.gif b/img/demo.gif
deleted file mode 100644
index 43f07a0f8e3698a44b7456b3741adaeda1f5a6e9..0000000000000000000000000000000000000000
Binary files a/img/demo.gif and /dev/null differ
diff --git a/img/demo1.gif b/img/demo1.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7c5d44f09fc4556388bc5f8703e99739355b9247
Binary files /dev/null and b/img/demo1.gif differ
diff --git a/img/demo2.gif b/img/demo2.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b93b263996156d78b27f220033be8faa8e02cae5
Binary files /dev/null and b/img/demo2.gif differ