Explorar el Código

Update README_TC.md

Kongzue hace 2 años
padre
commit
629595ca91
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README_TC.md

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