From 5982c225894baadaff52417487968a4111dce2da Mon Sep 17 00:00:00 2001 From: wdullaer Date: Sat, 27 Jun 2015 16:26:24 +0200 Subject: [PATCH] Increased version number to 1.4.3 --- README.md | 3 +-- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b769af..966d7b3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are multiple options to add SwipeActionAdapter to your project: Add it as a dependency to your `build.gradle` ```java dependencies { - compile 'com.wdullaer:swipeactionadapter:1.4.2' + compile 'com.wdullaer:swipeactionadapter:1.4.3' } ``` @@ -127,7 +127,6 @@ Layout code android:orientation="vertical" android:layout_width="match_parent" android:layout_height="?android:listPreferredItemHeight" android:background="@android:color/holo_blue_bright"> - ``` diff --git a/gradle.properties b/gradle.properties index f074f93..2b15764 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.4.2 -VERSION_CODE=10 +VERSION_NAME=1.4.3 +VERSION_CODE=11 GROUP=com.wdullaer ANDROID_BUILD_MIN_SDK_VERSION=14