浏览代码

Update README_EN.md

Kongzue 2 年之前
父节点
当前提交
4182a3936e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README_EN.md

+ 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}"
 ```