From eaab41f95d6ba65430e0c0f8e05f79225c9f7afb Mon Sep 17 00:00:00 2001 From: Magnus Woxblom Date: Thu, 11 May 2017 00:28:08 +0200 Subject: [PATCH] Updated version and gradle --- README.md | 2 +- build.gradle | 2 +- library/gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0fc91a8..3b7aa88 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Youtube demo video
} dependencies { - compile 'com.github.woxthebox:draglistview:1.4.3' + compile 'com.github.woxthebox:draglistview:1.4.4' } Add this to proguard rules, otherwise animations won't work correctly diff --git a/build.gradle b/build.gradle index c6f2f50..072e693 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/library/gradle.properties b/library/gradle.properties index 1d64641..1aeda43 100644 --- a/library/gradle.properties +++ b/library/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.4.3 -VERSION_CODE=34 +VERSION_NAME=1.4.4 +VERSION_CODE=35 GROUP=com.github.woxthebox POM_DESCRIPTION=Drag and drop to re-order items in a list, grid or board.