Преглед изворни кода

Update README.md

update readme.
Kongzue пре 1 година
родитељ
комит
28fdfba5b9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

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