File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments