From 9c9aaeb4da012ffbcb48d36ab3087c52d62b377e Mon Sep 17 00:00:00 2001 From: Timon Knispel Date: Mon, 27 Jan 2020 13:43:26 +0100 Subject: [PATCH] inc. version and updated readme --- README.md | 1 + ktloadingbutton/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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'