Skip to content

Commit

Permalink
add version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhffmnn committed Mar 7, 2015
1 parent 2fbce0b commit ce60089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
android-tank
============
[![Build Status](https://travis-ci.org/panzerfahrer/android-tank.svg?branch=master)](https://travis-ci.org/panzerfahrer/android-tank)
[![Build Status](https://travis-ci.org/panzerfahrer/android-tank.svg?branch=master)](https://travis-ci.org/panzerfahrer/android-tank) [![Release](https://img.shields.io/github/tag/panzerfahrer/android-tank.svg?label=maven)](https://jitpack.io/#panzerfahrer/android-tank/v1.0.0)


A collection of Android related implementations that I find valuable.
Expand All @@ -24,8 +24,8 @@ Contents
- [Persistable](de/slowpoke/androidtank/content/Persistable.java): De-/Serialization using the `Parcelable` way
* [Graphics](de/slowpoke/androidtank/graphics)
- [PathParcelable](de/slowpoke/androidtank/graphics/PathParcelable.java): a `android.graphics.Path` that implements `Parcelable`
- [Drawable](de/slowpoke/androidtank/graphics/drawable)
- [RotatedDrawable](de/slowpoke/androidtank/graphics/drawable/RotatedDrawable.java): a `Drawable` that can be programmatically rotated
* [Drawable](de/slowpoke/androidtank/graphics/drawable)
- [RotatedDrawable](de/slowpoke/androidtank/graphics/drawable/RotatedDrawable.java): a `Drawable` that can be programmatically rotated


Usage
Expand Down

0 comments on commit ce60089

Please sign in to comment.