From cab1f96ad616414fa51394e9c4452f13f3c23126 Mon Sep 17 00:00:00 2001 From: Sergey Shatunov Date: Mon, 11 Nov 2013 18:00:31 +0800 Subject: [PATCH] 2.1.0 release --- README.md | 2 +- addons/pom.xml | 2 +- addons/preferences/pom.xml | 2 +- addons/slider/pom.xml | 2 +- android_default.gradle | 6 +++--- build.gradle | 2 +- demo/pom.xml | 2 +- library/pom.xml | 2 +- pom.xml | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 938ee384..43447291 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Christophe: ## License MIT License, full text of license see [here][License] -[Demo APK]: https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.0.0/demo-2.0.0.apk "Demo APK" +[Demo APK]: https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.1.0/demo-2.1.0.apk "Demo APK" [Donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=X7E7U7HNR36YN&lc=US&item_name=HoloEverywhere¤cy_code=USD&bn=PP%2dDonationsBF%3adonate_button%2epng%3aNonHosted "Donate" [Build with Maven]: https://github.com/Prototik/HoloEverywhere/wiki/Maven "Build with maven" [License]: https://raw.github.com/Prototik/HoloEverywhere/master/LICENSE "MIT License" diff --git a/addons/pom.xml b/addons/pom.xml index 3c1564b9..0535dbca 100644 --- a/addons/pom.xml +++ b/addons/pom.xml @@ -10,7 +10,7 @@ org.holoeverywhere parent - 2.0.1-SNAPSHOT + 2.1.0 ../pom.xml diff --git a/addons/preferences/pom.xml b/addons/preferences/pom.xml index 35f3d555..b539da68 100644 --- a/addons/preferences/pom.xml +++ b/addons/preferences/pom.xml @@ -9,7 +9,7 @@ org.holoeverywhere addons - 2.0.1-SNAPSHOT + 2.1.0 ../pom.xml diff --git a/addons/slider/pom.xml b/addons/slider/pom.xml index 30b5a585..bdd47b67 100644 --- a/addons/slider/pom.xml +++ b/addons/slider/pom.xml @@ -9,7 +9,7 @@ org.holoeverywhere addons - 2.0.1-SNAPSHOT + 2.1.0 ../pom.xml diff --git a/android_default.gradle b/android_default.gradle index e0eaa20b..c3b15ccc 100644 --- a/android_default.gradle +++ b/android_default.gradle @@ -11,8 +11,8 @@ android { minSdkVersion 7 targetSdkVersion 18 - versionName '2.0.1-SNAPSHOT' - versionCode 2000001 + versionName '2.1.0' + versionCode 2001000 } sourceSets { @@ -24,7 +24,7 @@ android { } } -boolean officialBuild = (!version.contains("SNAPSHOT") && gradle.taskGraph.hasTask("uploadArchives")) || rootProject.hasProperty('officialBuild') +boolean officialBuild = rootProject.hasProperty('officialBuild') // Sign and attach apks if (android.class.name.startsWith('com.android.build.gradle.AppExtension') && project.hasProperty('holoeverywhere.sign.storeFile')) { diff --git a/build.gradle b/build.gradle index cb5bcfa3..09ef36ea 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { allprojects { group = 'org.holoeverywhere' - version = '2.0.1-SNAPSHOT' + version = '2.1.0' repositories { mavenLocal() diff --git a/demo/pom.xml b/demo/pom.xml index 67f13435..7ecac9db 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -9,7 +9,7 @@ org.holoeverywhere parent - 2.0.1-SNAPSHOT + 2.1.0 ../pom.xml diff --git a/library/pom.xml b/library/pom.xml index c4cdeb2c..45eaf892 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -9,7 +9,7 @@ org.holoeverywhere parent - 2.0.1-SNAPSHOT + 2.1.0 ../pom.xml diff --git a/pom.xml b/pom.xml index f431dc07..32497cd5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.holoeverywhere parent pom - 2.0.1-SNAPSHOT + 2.1.0 org.sonatype.oss @@ -28,7 +28,7 @@ https://github.com/Prototik/HoloEverywhere scm:git:git://github.com/Prototik/HoloEverywhere.git scm:git:git@github.com:Prototik/HoloEverywhere.git - v1.6.8 + v2.1.0