Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Released 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Feb 22, 2014
1 parent bf18398 commit 521159a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
Binary file modified ListViewAnimationsExample.apk
Binary file not shown.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,12 @@ Add the following to your `build.gradle`:

repositories {
<!-- repostart -->
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
<!-- repoend -->
mavenCentral()
}

dependencies{
compile 'com.nhaarman.listviewanimations:library:2.6.0-SNAPSHOT'
compile 'com.nhaarman.listviewanimations:library:2.6.0'
}

**Or**:
Expand All @@ -68,7 +65,7 @@ Add the following to your `pom.xml`:
<dependency>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>library</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>

Usage
Expand Down Expand Up @@ -110,7 +107,7 @@ License
[1]: https://play.google.com/store/apps/details?id=com.haarman.listviewanimations
[2]: http://nineoldandroids.com/
[3]: http://en.wikipedia.org/wiki/Decorator_pattern
[4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.6.0-SNAPSHOT.jar?raw=true
[4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.6.0.jar?raw=true
[5]: https://gist.github.com/romannurik/2980593
[6]: https://play.google.com/store/apps/details?id=com.haarman.treinverkeer
[7]: https://www.twitter.com/niekfct
Expand All @@ -129,4 +126,4 @@ License
[21]: https://play.google.com/store/apps/details?id=sa.voorleesVerhaaltjes
[22]: https://play.google.com/store/apps/details?id=com.seedform.counter

<!-- versionName="2.6.0-SNAPSHOT" -->
<!-- versionName="2.6.0" -->
Binary file removed com.haarman.listviewanimations-2.5.2.jar
Binary file not shown.
Binary file added com.haarman.listviewanimations-2.6.0.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VERSION_NAME=2.6.0-SNAPSHOT
VERSION_CODE=201312081
VERSION_NAME=2.6.0
GROUP=com.nhaarman.listviewanimations

POM_DESCRIPTION=ListViewAnimations library
Expand Down

0 comments on commit 521159a

Please sign in to comment.