From cc9a6bccfd338babf223d25a0c2a5a0352eff6dc Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sun, 24 Jun 2012 21:46:18 -0700 Subject: [PATCH] Bump version to 2.4.0. Update manifest a bit. --- CHANGELOG.md | 4 ++-- README.md | 16 ++++------------ library/AndroidManifest.xml | 4 ++-- sample/AndroidManifest.xml | 4 ++-- 4 files changed, 10 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9f021..6958529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Change Log ========== -Version 2.4.0 *(In Development)* --------------------------------- +Version 2.4.0 *(2012-06-24)* +---------------------------- * Add `ViewHelper` class which will delegate new `View` property calls to their native counterparts when available. diff --git a/README.md b/README.md index 8114419..f108da5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The API is exactly the same as the [Honeycomb API][2], just change your imports to use `com.nineoldandroids.XXX`. Take a look at a few demos taken from the [platform ApiDemos][3] in the -`sample/` folder. You can also try it out on the [Android Market][4]. +`sample/` folder. You can also try it out on the [Play Store][4]. More information is available on [nineoldandroids.com][6]. @@ -34,17 +34,9 @@ a dependency: com.nineoldandroids library - 2.3.0 + 2.4.0 -You must also include the following repository: - - - com.jakewharton - http://r.jakewharton.com/maven/release - - - Developed By @@ -57,7 +49,7 @@ Developed By License ======= - Copyright 2011 Jake Wharton + Copyright 2012 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -76,6 +68,6 @@ License [1]: http://android-developers.blogspot.com/2011/02/animation-in-honeycomb.html [2]: http://developer.android.com/reference/android/view/animation/package-summary.html [3]: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/index.html - [4]: https://market.android.com/details?id=com.jakewharton.nineoldandroids.sample + [4]: https://play.google.com/store/apps/details?id=com.jakewharton.nineoldandroids.sample [5]: https://github.com/JakeWharton/NineOldAndroids/downloads [6]: http://nineoldandroids.com diff --git a/library/AndroidManifest.xml b/library/AndroidManifest.xml index ebafeeb..0e057cf 100644 --- a/library/AndroidManifest.xml +++ b/library/AndroidManifest.xml @@ -3,8 +3,8 @@ + android:versionCode="60" + android:versionName="2.4.0"> diff --git a/sample/AndroidManifest.xml b/sample/AndroidManifest.xml index 08174c9..e9e523e 100644 --- a/sample/AndroidManifest.xml +++ b/sample/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="60" + android:versionName="2.4.0">