From 59725ad12a10a8a0293fc37f45be376c2749c3de Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 9 Jan 2016 20:15:48 +0100 Subject: [PATCH] * [release] v0.5.5 --- README.md | 2 +- app/build.gradle | 4 ++-- gradle.properties | 4 ++-- library/build.gradle | 4 ++-- library/src/main/res/values/library_fastadapter_strings.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5accb7ac6..6e07ea4a9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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.5.2-SNAPSHOT@aar') { +compile('com.mikepenz:fastadapter:0.5.5@aar') { transitive = true } diff --git a/app/build.gradle b/app/build.gradle index 992005c7f..7fb000240 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { defaultConfig { minSdkVersion 11 targetSdkVersion 23 - versionCode 52 - versionName '0.5.2-SNAPSHOT' + versionCode 55 + versionName '0.5.5' applicationVariants.all { variant -> variant.outputs.each { output -> diff --git a/gradle.properties b/gradle.properties index 67ad09104..2b4b0a8ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,8 +19,8 @@ org.gradle.daemon=true org.gradle.parallel=true # Maven stuff -VERSION_NAME=0.5.2-SNAPSHOT -VERSION_CODE=52 +VERSION_NAME=0.5.5 +VERSION_CODE=55 GROUP=com.mikepenz POM_DESCRIPTION=FastAdapter Library diff --git a/library/build.gradle b/library/build.gradle index 3ed676b53..142a07598 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 52 - versionName '0.5.2-SNAPSHOT' + versionCode 55 + versionName '0.5.5' } 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 8c6e88f02..d3cd4ef52 100755 --- a/library/src/main/res/values/library_fastadapter_strings.xml +++ b/library/src/main/res/values/library_fastadapter_strings.xml @@ -7,10 +7,10 @@ FastAdapter FastAdapter is here to simplify this process. You do not have to worry about the adapter anymore. Just write the logic for how your view should look like, and you are done. This library has a fast and highly optimized core which provides core functionality, most apps require. It also prevents common mistakes by taking away those steps from the devs. Beside being blazing fast, minimizing the code you need to write, it is also really easy to extend. Just provide another Adapter implementation, hook into the adapter chain, custom select / deselection behaviors. Everything is possible. + FastAdapter, the bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction... ]]> - 0.5.2-SNAPSHOT + 0.5.5 https://github.com/mikepenz/FastAdapter apache_2_0 true