Skip to content

Commit 67204bc

Browse files
authored
Merge pull request #7 from timonknispel/version/1.1.0
inc. version and updated readme
2 parents f9a2ede + 9c9aaeb commit 67204bc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ test_button.reset()
110110
| failedColor | Color | Sets the background color for a failed result |[]|#F44336 |
111111
| autoResetButtonAfterResult | Boolean | Decides if the button should reset itself after the result was displayed (after 1,5 seconds) |[]| true |
112112
| progressStyle | [INTERMEDIATE or PROGRESS] | Decides if the button should intermediate or display a progress |[]| INTERMEDIATE |
113+
| border_thickness | Dimension (DP) | sets the thickness of the outline border and progress circle |[]| 1dp |

ktloadingbutton/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdkVersion 21
1515
targetSdkVersion 29
16-
versionCode 2
17-
versionName "1.0.2"
16+
versionCode 3
17+
versionName "1.1.0"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)