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.
2 parents f5999f5 + 0fdb6c4 commit ebbcfdcCopy full SHA for ebbcfdc
README.md
@@ -22,8 +22,12 @@
22
App目录下的build.gradle
23
24
dependencies {
25
- implementation 'com.github.FlodCoding:LoadingButton:1.0.0-alpha1'
26
- }
+ //Androidx
+ 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
+ }
31
32
33
## Demo
0 commit comments