From 4e125a8b3faac30f3690d67ba24a5fbe1e1405bf Mon Sep 17 00:00:00 2001 From: Leszek Wach Date: Tue, 10 Feb 2015 22:07:37 +0100 Subject: [PATCH] Update version to 1.5.0, library uploaded to Maven Central --- gradle.properties | 8 ++++---- hellocharts-library/AndroidManifest.xml | 4 ++-- hellocharts-library/build.gradle | 8 ++++---- hellocharts-library/gradle.properties | 2 +- hellocharts-samples/AndroidManifest.xml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/gradle.properties b/gradle.properties index aad9b218..a9a190b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -VERSION_NAME=1.4 -VERSION_CODE=4 -GROUP=lecho.lib.hellocharts.hellocharts-library +VERSION_NAME=1.5.0 +VERSION_CODE=5 +GROUP=com.github.lecho -POM_DESCRIPTION=Charting library for Android compatible with API 8+(Android 2.2). Works best when hardware acceleration is available, so API 14+(Android 4.0) is recommended. +POM_DESCRIPTION=Charting library for Android compatible with API 8+(Android 2.2). POM_URL=https://github.com/lecho/hellocharts-android POM_SCM_URL=https://github.com/lecho/hellocharts-android POM_SCM_CONNECTION=scm:git@github.com:lecho/hellocharts-android.git diff --git a/hellocharts-library/AndroidManifest.xml b/hellocharts-library/AndroidManifest.xml index ec757d08..6c9ae35b 100644 --- a/hellocharts-library/AndroidManifest.xml +++ b/hellocharts-library/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="5" + android:versionName="1.5.0" > + android:versionCode="5" + android:versionName="1.5.0" >