From f0300dc8be43f91fe4a74221ab22243ab55751fe Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 1 Nov 2014 19:54:38 +0100 Subject: [PATCH] PREPARE RELEASE v4.2.1 --- README.md | 4 ++-- gradle.properties | 4 ++-- library/build.gradle | 4 ++-- .../src/main/res/values/library_aboutlibraries_strings.xml | 2 +- sample/build.gradle | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fd0967467..f18578f86 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The AboutLibraries Library is pushed to [Maven Central], so you just need to add ```javascript dependencies { - compile 'com.mikepenz.aboutlibraries:library:4.2.0@aar' + compile 'com.mikepenz.aboutlibraries:library:4.2.1@aar' } ``` @@ -183,7 +183,7 @@ Please remind that if you make a pull-request here, that you have to change the #Developed By -* Mike Penz - http://mikepenz.com - +* Mike Penz - http://mikepenz.com - #License diff --git a/gradle.properties b/gradle.properties index ea2ba98d5..a405d3795 100755 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=4.2.0 -VERSION_CODE=420 +VERSION_NAME=4.2.1 +VERSION_CODE=421 GROUP=com.mikepenz.aboutlibraries POM_DESCRIPTION=AboutLibraries Library diff --git a/library/build.gradle b/library/build.gradle index 570b460c2..c45dc0fa0 100755 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 21 - versionCode 420 - versionName '4.2.0' + versionCode 421 + versionName '4.2.1' } buildTypes { diff --git a/library/src/main/res/values/library_aboutlibraries_strings.xml b/library/src/main/res/values/library_aboutlibraries_strings.xml index efd9a07d2..08eea3e78 100755 --- a/library/src/main/res/values/library_aboutlibraries_strings.xml +++ b/library/src/main/res/values/library_aboutlibraries_strings.xml @@ -12,7 +12,7 @@ Most modern apps feature an "Used Library"-Section and for this some information of those libs is required. As it gets annoying to copy those strings always to your app I have developed this small helper library to provide the required information. ]]> - 4.2.0 + 4.2.1 https://github.com/mikepenz/AboutLibraries apache_2_0 true diff --git a/sample/build.gradle b/sample/build.gradle index 722158478..1c4cbf4d8 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -7,8 +7,8 @@ android { applicationId 'com.mikepenz.aboutlibraries.sample' minSdkVersion 16 targetSdkVersion 21 - versionCode 420 - versionName '4.2.0' + versionCode 421 + versionName '4.2.1' } buildTypes { release {