From 9b9d7b8ae121e756b5736f7691bd4f32657e9155 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Mon, 11 Jan 2016 22:11:26 +0100 Subject: [PATCH] * [release] v0.7.1 --- README.md | 2 +- app/build.gradle | 4 ++-- gradle.properties | 4 ++-- library/build.gradle | 4 ++-- library/src/main/res/values/library_fastadapter_strings.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fcb6f79e6..243064d01 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Beside being blazing fast, minimizing the code you need to write, it is also rea #Include in your project ##Using Maven ```javascript -compile('com.mikepenz:fastadapter:0.7.0@aar') { +compile('com.mikepenz:fastadapter:0.7.1@aar') { transitive = true } ``` diff --git a/app/build.gradle b/app/build.gradle index 84a2993dd..40b1de5aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { defaultConfig { minSdkVersion 11 targetSdkVersion 23 - versionCode 70 - versionName '0.7.0' + versionCode 71 + versionName '0.7.1' applicationVariants.all { variant -> variant.outputs.each { output -> diff --git a/gradle.properties b/gradle.properties index 8b420fa04..744179a92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,8 +19,8 @@ org.gradle.daemon=true org.gradle.parallel=true # Maven stuff -VERSION_NAME=0.7.0 -VERSION_CODE=70 +VERSION_NAME=0.7.1 +VERSION_CODE=71 GROUP=com.mikepenz POM_DESCRIPTION=FastAdapter Library diff --git a/library/build.gradle b/library/build.gradle index 56efd3b25..bfd47b860 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 70 - versionName '0.7.0' + versionCode 71 + versionName '0.7.1' } buildTypes { release { diff --git a/library/src/main/res/values/library_fastadapter_strings.xml b/library/src/main/res/values/library_fastadapter_strings.xml index 8d2364c9c..1dc523e90 100755 --- a/library/src/main/res/values/library_fastadapter_strings.xml +++ b/library/src/main/res/values/library_fastadapter_strings.xml @@ -10,7 +10,7 @@ FastAdapter, the bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction... ]]> - 0.7.0 + 0.7.1 https://github.com/mikepenz/FastAdapter apache_2_0 true