Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
islamdidarmd committed Nov 25, 2018
2 parents e310730 + 5fd26a7 commit ecfc982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the dependency to your *build.gradle*:
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.droidbond:LoadingButton:0.1.3'
implementation 'com.github.droidbond:LoadingButton:0.1.4'
}
```
```
Expand Down Expand Up @@ -54,6 +54,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"
<attr name="boldText" format="boolean"/>
<attr name="textSize" format="dimension"/>
<attr name="progressColor" format="color"/>
<attr name="customFontFamily" format="reference"/>
<attr name="background" format="reference"/>
<attr name="progressBarSize" format="enum">
<enum name="large" value="64"/>
Expand Down

0 comments on commit ecfc982

Please sign in to comment.