Browse Source

Merge remote-tracking branch 'origin/master'

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

+ 1 - 1
README.md

@@ -151,7 +151,7 @@ allprojects {
 2) 在 app 的 build.gradle 文件中找到 `dependencies{}` 代码块,并在其中加入以下语句:
 
 ```
-def dialogx_version = "0.0.46.beta15"
+def dialogx_version = "0.0.46"
 implementation "com.github.kongzue.DialogX:DialogX:${dialogx_version}"
 ```
 

+ 1 - 1
README_EN.md

@@ -155,7 +155,7 @@ allprojects {
 2) Find the `dependencies{}` block in the app's build.gradle file, and add the following statement to it:
 
 ```
-def dialogx_version = "0.0.45.beta12"
+def dialogx_version = "0.0.45"
 implementation "com.github.kongzue.DialogX:DialogX:${dialogx_version}"
 ```
 

+ 1 - 1
README_TC.md

@@ -151,7 +151,7 @@ allprojects {
 2) 在 app 的 build.gradle 文件中找到 `dependencies{}` 代碼塊,並在其中加入以下語句:
 
 ```
-def dialogx_version = "0.0.45.beta12"
+def dialogx_version = "0.0.45"
 implementation "com.github.kongzue.DialogX:DialogX:${dialogx_version}"
 ```