diff --git a/ListViewAnimationsExample.apk b/ListViewAnimationsExample.apk deleted file mode 100644 index ae38cba2..00000000 Binary files a/ListViewAnimationsExample.apk and /dev/null differ diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 00000000..cf0bee00 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,16 @@ +ListViewAnimations Release Process +================================= + + 1. Make sure it builds! + + gradlew clean build + + 2. Check the version number in the root `gradle.properties`. + 3. Make the release! + + gradlew clean generateReleaseJavadoc pushMaven -DisRelease=true + + 4. Promote the Maven artifact on Sonatype's OSS Nexus install. + 5. Tag commit as release (`x.x.x`) + 6. Provide changelog / `.jar` files at [the Releases page](https://github.com/nhaarman/ListViewAnimations/releases). + 7. Increment the patch version number for future SNAPSHOT releases in the root `gradle.properties`. \ No newline at end of file diff --git a/com.haarman.listviewanimations-2.6.0.jar b/com.haarman.listviewanimations-2.6.0.jar deleted file mode 100644 index e8501030..00000000 Binary files a/com.haarman.listviewanimations-2.6.0.jar and /dev/null differ