Skip to content

Commit

Permalink
Bump version to 2.4.0. Update manifest a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 25, 2012
1 parent da9dd5c commit cc9a6bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand All @@ -34,17 +34,9 @@ a dependency:
<dependency>
<groupId>com.nineoldandroids</groupId>
<artifactId>library</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>

You must also include the following repository:

<repository>
<id>com.jakewharton</id>
<url>http://r.jakewharton.com/maven/release</url>
</repository>




Developed By
Expand All @@ -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.
Expand All @@ -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
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nineoldandroids"
android:versionCode="50"
android:versionName="2.3.0">
android:versionCode="60"
android:versionName="2.4.0">

<uses-sdk android:minSdkVersion="1" />

Expand Down
4 changes: 2 additions & 2 deletions sample/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jakewharton.nineoldandroids.sample"
android:versionCode="50"
android:versionName="2.3.0">
android:versionCode="60"
android:versionName="2.4.0">

<uses-sdk
android:minSdkVersion="1"
Expand Down

0 comments on commit cc9a6bc

Please sign in to comment.