We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16872a5 commit 5b4d2e5Copy full SHA for 5b4d2e5
1 file changed
README.md
@@ -72,8 +72,11 @@ dependencyResolutionManagement {
72
dependencies {
73
...
74
75
- def dialog_version = 'x.x.x' //使用最新版本
76
- implementation "com.gitee.osard:DialogUtilsLib:$dialog_version"
+ def dialog_version = 'x.x.x' //使用最新版本,下方lib二选一,不可同时使用,高SDK版本编译建议使用DialogFragmentUtilsLib,生命周期处理更好
+ implementation "com.gitee.osard.DialogUtilsLib:DialogUtilsLib:$dialog_version"
77
+ implementation "com.gitee.osard.DialogUtilsLib:DialogFragmentUtilsLib:$dialog_version"
78
+
79
+ //资源依赖
80
implementation 'com.google.android.material:material:1.3.0'
81
}
82
```
0 commit comments