Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emmby committed Nov 10, 2014
1 parent 3030b4e commit 7f29b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
<img src="http://f.cl.ly/items/1G3K1n2L3g452n3i1M2q/roboguice-200px.png" align="left" />
### Google Guice on Android, version 3.0
[![Build Status on Travis:](https://travis-ci.org/roboguice/roboguice.svg?branch=master)](https://travis-ci.org/roboguice/roboguice) [![Maven Central](https://raw.githubusercontent.com/roboguice/roboguice/master/assets/rg-maven-badge.png)](http://search.maven.org/#artifactdetails%7Corg.roboguice%7Croboguice%7C3.0%7Cpom)
<!-- Restore badge after bug fix in heroku https://github.com/jirutka/maven-badges/issues/2 or version update
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.roboguice/roboguice/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.roboguice/roboguice)-->
[![Build Status on Travis:](https://travis-ci.org/roboguice/roboguice.svg?branch=master)](https://travis-ci.org/roboguice/roboguice) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.roboguice/roboguice/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.roboguice/roboguice)



RoboGuice 3 smoothes out some of the wrinkles in your Android development experience and makes things simple and fun. Do you always forget to check for null when you getIntent().getExtras()? RoboGuice 3 will help you. Think casting findViewById() to a TextView shouldn’t be necessary? RoboGuice 3 is on it.

Expand Down

0 comments on commit 7f29b9b

Please sign in to comment.