From 05cae59da0930d7a29eefd54ed107c1faea92421 Mon Sep 17 00:00:00 2001 From: Davide Steduto Date: Thu, 7 Apr 2016 00:21:29 +0200 Subject: [PATCH] [release] v1.1.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3f8d40..632f5f2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # FlipView -###### GMail like View & beyond - Master branch: v1.1.1 of 2016.04.06 +###### GMail like View & beyond - Master branch: v1.1.1 of 2016.04.07 #### Concept FlipView is a ViewGroup (FrameLayout) that is designed to display 2 views/layouts by flipping @@ -103,7 +103,7 @@ Supported attributes with _default_ values: - Stroke and background color on custom Drawable should be preset by the user: too complex to determine the type of the Drawable used in order to change its color. # Change Log -###### v1.1.1 - 2016.04.06 +###### v1.1.1 - 2016.04.07 - Added support to enable/disable flipping programmatically. Overridden `setClickable()` and `setEnabled()` [See #8]. - Adapted demo App to show how to make clickable/enabled/disabled the view. diff --git a/build.gradle b/build.gradle index 96ccd97..0b1c838 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ ext { //Library libraryCode = 3 libraryVersion = '1.1.1' - libraryDate = " of 2016.04.06" + libraryDate = " of 2016.04.07" libraryName = 'FlipView' libraryDescription = 'Flipping views like GMail & beyond'