From f2aca8c81a48943992767545dfefb4a2705c3c0d Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 20 Aug 2016 14:44:24 +0200 Subject: [PATCH] * [release] v0.5.0 --- README.md | 2 +- app/build.gradle | 4 ++-- gradle.properties | 5 ++--- library/build.gradle | 4 ++-- .../src/main/res/values/library_itemanimators_strings.xml | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b4a4f3c..0ef75d5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ These `Animators` correctly work with all view states and `RecyclerView` states #Include in your project ##Using Maven ```javascript -compile "com.mikepenz:itemanimators:0.2.4@aar" +compile "com.mikepenz:itemanimators:0.5.0@aar" compile "com.android.support:recyclerview-v7:${supportLibVersion}" ``` diff --git a/app/build.gradle b/app/build.gradle index 4eef2db..4fa648d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 24 - versionCode 24 - versionName '0.2.4' + versionCode 50 + versionName '0.5.0' applicationVariants.all { variant -> variant.outputs.each { output -> diff --git a/gradle.properties b/gradle.properties index 5e309c4..99da739 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,7 @@ # Maven stuff -VERSION_NAME=0.2.4 -VERSION_CODE=24 +VERSION_NAME=0.5.0 +VERSION_CODE=50 GROUP=com.mikepenz - POM_DESCRIPTION=ItemAnimators Library POM_URL=https://github.com/mikepenz/itemanimators POM_SCM_URL=https://github.com/mikepenz/itemanimators diff --git a/library/build.gradle b/library/build.gradle index 3671eb7..4a50618 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 24 - versionCode 24 - versionName '0.2.4' + versionCode 50 + versionName '0.5.0' } buildTypes { release { diff --git a/library/src/main/res/values/library_itemanimators_strings.xml b/library/src/main/res/values/library_itemanimators_strings.xml index e7d9639..b1b577a 100755 --- a/library/src/main/res/values/library_itemanimators_strings.xml +++ b/library/src/main/res/values/library_itemanimators_strings.xml @@ -10,7 +10,7 @@ The ItemAnimators library comes with a huge collections of pre-created Animators for your RecyclerView. ]]> - 0.2.4 + 0.5.0 https://github.com/mikepenz/itemanimators apache_2_0 true