diff --git a/README.md b/README.md index d780b41..e9edb03 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,4 @@ test_button.reset() | failedColor | Color | Sets the background color for a failed result |[]|#F44336 | | autoResetButtonAfterResult | Boolean | Decides if the button should reset itself after the result was displayed (after 1,5 seconds) |[]| true | | progressStyle | [INTERMEDIATE or PROGRESS] | Decides if the button should intermediate or display a progress |[]| INTERMEDIATE | +| border_thickness | Dimension (DP) | sets the thickness of the outline border and progress circle |[]| 1dp | diff --git a/ktloadingbutton/build.gradle b/ktloadingbutton/build.gradle index c2ed739..d79e167 100644 --- a/ktloadingbutton/build.gradle +++ b/ktloadingbutton/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 2 - versionName "1.0.2" + versionCode 3 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles 'consumer-rules.pro'