From 269d17d7bdff2f0c37c246a5a6ac5614316ad95b Mon Sep 17 00:00:00 2001
From: TFStudy <3202410880@qq.com>
Date: Mon, 9 Aug 2021 13:55:07 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=AD=A3=E5=BC=8F?=
=?UTF-8?q?=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 4 ++++
README.md | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 624afaf..d44c04d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.0
+ohos 第三个版本
+* 正式版本
+
## 0.0.2-SNAPSHOT
* 修改FindBugs
diff --git a/README.md b/README.md
index ed53e12..2b1d615 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ CloudTest代码测试无异常
#### 版本迭代
-- 0.0.2-SNAPSHOT
+- 1.0.0
#### 版权和许可信息
```
--
Gitee
From d1bd0eafbf863c4242e67cb3800d46289de3c63b Mon Sep 17 00:00:00 2001
From: TFStudy <3202410880@qq.com>
Date: Mon, 9 Aug 2021 14:15:23 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=AD=A3=E5=BC=8F?=
=?UTF-8?q?=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 4 ++--
build.gradle | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2b1d615..f8aebfd 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 @@ allprojects {
2.在entry模块下的build.gradle文件中添加依赖。
```
dependencies {
- implementation('com.gitee.chinasoft_ohos:Scanner-Compat-Library:0.0.2-SNAPSHOT')
+ implementation('com.gitee.chinasoft_ohos:Scanner-Compat-Library:1.0.0')
......
}
```
diff --git a/build.gradle b/build.gradle
index 031e576..27e591c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,6 +26,9 @@ buildscript {
allprojects {
repositories {
+ maven {
+ url 'https://s01.oss.sonatype.org/content/repositories/releases/'
+ }
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
--
Gitee
From e8b86f3ebe40a9094609c07b1b5bce5404e0d548 Mon Sep 17 00:00:00 2001
From: TFStudy <3202410880@qq.com>
Date: Mon, 9 Aug 2021 14:25:36 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=AD=A3=E5=BC=8F?=
=?UTF-8?q?=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f8aebfd..65c54f9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
#### 效果演示
-
+
#### 安装教程
1.在项目根目录下的build.gradle文件中添加
--
Gitee