From b978cb4763370d143f00e14a2aa46dd3e81144b1 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 27 Feb 2016 18:43:38 +0100 Subject: [PATCH] * [release] v1.3.4 --- README.md | 2 +- app/build.gradle | 4 ++-- gradle.properties | 4 ++-- library/build.gradle | 4 ++-- library/src/main/res/values/library_crossfader_strings.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 09d256a..62984d6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It comes with following features: The Crossfader Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz%22), so you just need to add the following dependency to your `build.gradle`. ```javascript -compile('com.mikepenz:crossfader:1.3.3@aar') { +compile('com.mikepenz:crossfader:1.3.4@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index ce2e23f..b4ffea7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.mikepenz.crossfader.app" minSdkVersion 10 targetSdkVersion 23 - versionCode 133 - versionName '1.3.3' + versionCode 134 + versionName '1.3.4' applicationVariants.all { variant -> variant.outputs.each { output -> diff --git a/gradle.properties b/gradle.properties index 1d12c5d..d433281 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Maven stuff -VERSION_NAME=1.3.3 -VERSION_CODE=133 +VERSION_NAME=1.3.4 +VERSION_CODE=134 GROUP=com.mikepenz POM_DESCRIPTION=Crossfader Library diff --git a/library/build.gradle b/library/build.gradle index c3b839d..a5f972b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 133 - versionName '1.3.3' + versionCode 134 + versionName '1.3.4' } buildTypes { release { diff --git a/library/src/main/res/values/library_crossfader_strings.xml b/library/src/main/res/values/library_crossfader_strings.xml index 21b8e1f..f58b8ca 100755 --- a/library/src/main/res/values/library_crossfader_strings.xml +++ b/library/src/main/res/values/library_crossfader_strings.xml @@ -10,7 +10,7 @@ Crossfader ]]> - 1.3.3 + 1.3.4 https://github.com/mikepenz/Crossfader apache_2_0 true