Browse Source

readme update

kongzue 2 years ago
parent
commit
d4a7c9ee0e
3 changed files with 6 additions and 6 deletions
  1. 2 2
      README.md
  2. 2 2
      README_EN.md
  3. 2 2
      README_TC.md

+ 2 - 2
README.md

@@ -133,7 +133,7 @@ DialogX 采用了主题分离结构,主框架仅包含 Material 设计风格
 
 <div>
 最新版本:
-<a href="https://github.com/kongzue/DialogX/releases"><img src="https://img.shields.io/badge/MavenCentral%20Release-0.0.47.beta15-green.svg" alt="DialogX Release"></a></div>
+<a href="https://central.sonatype.dev/artifact/com.kongzue.dialogx/DialogX/0.0.47.beta15"><img src="https://img.shields.io/maven-central/v/com.kongzue.dialogx/DialogX" alt="DialogX Release"></a></div>
 
 1) 在 project 的 build.gradle 文件中找到 `allprojects{}` 代码块添加以下代码:
 
@@ -152,7 +152,7 @@ allprojects {
 2) 在 app 的 build.gradle 文件中找到 `dependencies{}` 代码块,并在其中加入以下语句:
 
 ```
-def dialogx_version = "0.0.47.beta15"
+def dialogx_version = "0.0.47"
 implementation "com.kongzue.dialogx:DialogX:${dialogx_version}"
 ```
 

+ 2 - 2
README_EN.md

@@ -136,7 +136,7 @@ Please choose one of the following two sources to bring in your project.
 
 <div>
 Latest version: 
-<a href="https://github.com/kongzue/DialogX/releases"><img src="https://img.shields.io/badge/MavenCentral%20Release-0.0.47.beta15-green.svg" alt="DialogX Release"></a></div>
+<a href="https://central.sonatype.dev/artifact/com.kongzue.dialogx/DialogX/0.0.47.beta15"><img src="https://img.shields.io/maven-central/v/com.kongzue.dialogx/DialogX" alt="DialogX Release"></a></div>
 
 1) In the project's build.gradle file, find the `allprojects{}` block and add the following code.
 
@@ -155,7 +155,7 @@ allprojects {
 2) Find the `dependencies{}` code block in the app's build.gradle file and add the following statement to it.
 
 ```
-def dialogx_version = "0.0.47.beta15"
+def dialogx_version = "0.0.47"
 implementation "com.kongzue.dialogx:DialogX:${dialogx_version}"
 ```
 

+ 2 - 2
README_TC.md

@@ -133,7 +133,7 @@ DialogX 採用了主題分離結構,主框架僅包含 Material 設計風格
 
 <div>
 最新版本:
-<a href="https://github.com/kongzue/DialogX/releases"><img src="https://img.shields.io/badge/MavenCentral%20Release-0.0.47.beta15-green.svg" alt="DialogX Release"></a></div>
+<a href="https://central.sonatype.dev/artifact/com.kongzue.dialogx/DialogX/0.0.47.beta15"><img src="https://img.shields.io/maven-central/v/com.kongzue.dialogx/DialogX" alt="DialogX Release"></a></div>
 
 1) 在 project 的 build.gradle 文件中找到 `allprojects{}` 代碼塊添加以下代碼:
 
@@ -152,7 +152,7 @@ allprojects {
 2) 在 app 的 build.gradle 文件中找到 `dependencies{}` 代碼塊,並在其中加入以下語句:
 
 ```
-def dialogx_version = "0.0.47.beta15"
+def dialogx_version = "0.0.47"
 implementation "com.kongzue.dialogx:DialogX:${dialogx_version}"
 ```