From f519e3e355d5e956195e4c243403603806433e1b Mon Sep 17 00:00:00 2001 From: nuarz71 Date: Thu, 9 Apr 2020 14:54:25 +0800 Subject: [PATCH] up to 1.0.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a65e2..c851267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## Version 1.0.2 _(09 Apr 2020)_ +Add method to change status programmatically. So you can change status use method `changeStatus(active,animated)` as you needed + +------- + ## Version 1.0.1 _(03 Apr 2020)_ Linked to `jcenter()`, Now not need to add maven url to repositories `build.gradle` project level. If you still using `v1.0.0`, should add maven url to repositories `build.gradle` project level diff --git a/README.md b/README.md index 7e50dcc..7310b99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SlidingButton ![Min SDK](https://img.shields.io/badge/Min%20Sdk-17-orange) -![Version](https://img.shields.io/badge/Version-v1.0.1-blue) +![Version](https://img.shields.io/badge/Version-v1.0.2-blue) Slide button library for android, we hope this library is useful and easy to customize as you needed.