From 2c954d61e66de610e01425bd624bd47ca8e09660 Mon Sep 17 00:00:00 2001
From: TFStudy <3202410880@qq.com>
Date: Mon, 9 Aug 2021 13:55:28 +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 e23e5a8..223e687 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 f0543c3..57715a3 100644
--- a/README.md
+++ b/README.md
@@ -182,7 +182,7 @@ CloudTest代码测试无异常
#### 版本迭代
-- 0.0.2-SNAPSHOT
+- 1.0.0
#### 版权和许可信息
```
--
Gitee
From ccf4ac170ac971b9dfa186e7f3454cf7c0b35195 Mon Sep 17 00:00:00 2001
From: TFStudy <3202410880@qq.com>
Date: Mon, 9 Aug 2021 14:13:41 +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 57715a3..16b7136 100644
--- a/README.md
+++ b/README.md
@@ -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/'
}
}
}
@@ -29,7 +29,7 @@ allprojects {
2.在entry模块的build.gradle文件中
```gradle
dependencies {
- implementation('com.gitee.chinasoft_ohos:safe-java-js-webview-bridge:0.0.2-SNAPSHOT')
+ implementation('com.gitee.chinasoft_ohos:safe-java-js-webview-bridge:1.0.0')
......
}
```
diff --git a/build.gradle b/build.gradle
index bf479ca..9d4eb5c 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://repo.huaweicloud.com/repository/maven/'
}
--
Gitee
From 298e6e6b7d496b039a9adbfddcc4aa4ac1168cf7 Mon Sep 17 00:00:00 2001
From: TFStudy <3202410880@qq.com>
Date: Mon, 9 Aug 2021 14:27:09 +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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 16b7136..262e932 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,9 @@
- 开发版本:sdk6,DevEco Studio 2.2 Beta1
#### 效果演示
-
-
-
+
+
+
#### 安装教程
1、在项目根目录下的build.gradle文件中
--
Gitee