Skip to content

Commit 6b29a8f

Browse files
authored
Update README.md
1 parent 92f2074 commit 6b29a8f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222
App目录下的build.gradle
2323

2424
dependencies {
25-
implementation 'com.github.FlodCoding:LoadingButton:1.0.0-alpha1'
26-
}
25+
//Androidx
26+
implementation 'com.github.FlodCoding:LoadingButton:1.0.0-alpha1'
27+
28+
//Support-appcompat
29+
implementation 'com.github.FlodCoding:LoadingButton:1.0.0-alpha1-support'
30+
}
2731

2832

2933
## Demo

0 commit comments

Comments
 (0)