Skip to content

Commit 5b4d2e5

Browse files
mjsoftkinggitee-org
authored andcommitted
update README.md.
Signed-off-by: mjsoftware <1406993111@qq.com>
1 parent 16872a5 commit 5b4d2e5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@ dependencyResolutionManagement {
7272
dependencies {
7373
...
7474
75-
def dialog_version = 'x.x.x' //使用最新版本
76-
implementation "com.gitee.osard:DialogUtilsLib:$dialog_version"
75+
def dialog_version = 'x.x.x' //使用最新版本,下方lib二选一,不可同时使用,高SDK版本编译建议使用DialogFragmentUtilsLib,生命周期处理更好
76+
implementation "com.gitee.osard.DialogUtilsLib:DialogUtilsLib:$dialog_version"
77+
implementation "com.gitee.osard.DialogUtilsLib:DialogFragmentUtilsLib:$dialog_version"
78+
79+
//资源依赖
7780
implementation 'com.google.android.material:material:1.3.0'
7881
}
7982
```

0 commit comments

Comments
 (0)