Skip to content

Commit ebbcfdc

Browse files
committed
2 parents f5999f5 + 0fdb6c4 commit ebbcfdc

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)