Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahan committed Jan 9, 2014
1 parent a02dd7a commit 476d252
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -16,7 +16,7 @@
</tr>
<tr>
<td>
<a href="http://repo1.maven.org/maven2/com/lonepulse/robozombie/1.3.1/robozombie-1.3.1.jar"><pre>robozombie-1.3.1.jar</pre></a>
<a href="http://repo1.maven.org/maven2/com/lonepulse/robozombie/1.3.2/robozombie-1.3.2.jar"><pre>robozombie-1.3.2.jar</pre></a>
</td>
</tr>
</table>
Expand Down Expand Up @@ -116,7 +116,7 @@ Add the following dependency to project's pom.xml file.
<dependency>
<groupId>com.lonepulse</groupId>
<artifactId>robozombie</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

Expand All @@ -131,14 +131,14 @@ repositories {
}
dependencies {
compile 'com.lonepulse:robozombie:1.3.1'
compile 'com.lonepulse:robozombie:1.3.2'
}
```

<br>
### 3. Add the JAR to your build path manually.

Download the [RoboZombie-1.3.1.jar](http://repo1.maven.org/maven2/com/lonepulse/robozombie/1.3.1/robozombie-1.3.1.jar)
Download the [RoboZombie-1.3.2.jar](http://repo1.maven.org/maven2/com/lonepulse/robozombie/1.3.2/robozombie-1.3.2.jar)
and add it to your **libs** folder.
> Note that [Gson](http://search.maven.org/remotecontent?filepath=com/google/code/gson/gson/2.2.4/gson-2.2.4.jar)
is required for JSON (de)serialization and [Simple-XML](http://search.maven.org/remotecontent?filepath=org/simpleframework/simple-xml/2.7.1/simple-xml-2.7.1.jar)
Expand Down

0 comments on commit 476d252

Please sign in to comment.