From fe381480dedeb47f64afd3a5a950424df1aecf1d Mon Sep 17 00:00:00 2001 From: keyboardsurfer Date: Sun, 28 Apr 2013 18:56:03 +0200 Subject: [PATCH] bumps version to 1.8 --- README.markdown | 11 ++++++++++- library/AndroidManifest.xml | 2 +- library/pom.xml | 2 +- pom.xml | 2 +- sample/AndroidManifest.xml | 4 ++-- sample/pom.xml | 4 ++-- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.markdown b/README.markdown index c1fef01..46820c5 100644 --- a/README.markdown +++ b/README.markdown @@ -21,7 +21,16 @@ You can check some features in the Crouton Demo. If you're already using Crouton and just want to download the latest version of the library, follow [this link](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22de.keyboardsurfer.android.widget%22). ### Changelog -#### Current version: 1.7 +#### Current version: 1.8 + +####[1.8](https://github.com/keyboardsurfer/Crouton/tree/1.8) + +- Improves support for custom views +- Smoothing out animations for multiple line Croutons +- Cleans up Style + - Configuration is now available for non-UI information + - Style only holds UI-relevant information +- Introduces DURATION_SHORT and DURATION_LONG constants ####[1.7](https://github.com/keyboardsurfer/Crouton/tree/1.7) diff --git a/library/AndroidManifest.xml b/library/AndroidManifest.xml index 2a5dd28..a6be613 100644 --- a/library/AndroidManifest.xml +++ b/library/AndroidManifest.xml @@ -19,7 +19,7 @@ + android:versionName="1.8"> diff --git a/library/pom.xml b/library/pom.xml index 864bcce..ef61f99 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -27,7 +27,7 @@ https://github.com/keyboardsurfer/Crouton crouton de.keyboardsurfer.android.widget - 1.7 + 1.8 jar diff --git a/pom.xml b/pom.xml index a56203e..bc957df 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ Crouton Parent crouton-parent - 1.7 + 1.8 de.keyboardsurfer.android.widget pom diff --git a/sample/AndroidManifest.xml b/sample/AndroidManifest.xml index 5521ce3..7429c81 100644 --- a/sample/AndroidManifest.xml +++ b/sample/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="10" + android:versionName="1.8" > Crouton Demo de.keyboardsurfer.app.demo.crouton - 1.7 + 1.8 de.keyboardsurfer.app.demo.crouton apk @@ -51,7 +51,7 @@ UTF-8 - 1.7 + ${project.version} 4.1.1.4 16