Skip to content

Commit 5aa5111

Browse files
author
Lopez66
authored
Update README.md
1 parent 8ac755e commit 5aa5111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ allprojects {
7777
在你app的gradle里面添加:
7878
</br></br>
7979

80-
dependencies {
81-
implementation 'com.github.YMLopez:ToastUtils:1.0.1'
82-
}
80+
implementation('com.github.YMLopez:ToastUtils:1.0.2'){
81+
exclude group: 'com.android.support'
82+
}
8383

8484
</br></br>
8585

0 commit comments

Comments
 (0)