Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/isacan/Andzu
Browse files Browse the repository at this point in the history
  • Loading branch information
isacan committed Sep 13, 2017
2 parents 8ff0cfe + 1917b2a commit d7a03d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![](https://jitpack.io/v/isacan/Andzu.svg)](https://jitpack.io/#isacan/Andzu)

![](https://camo.githubusercontent.com/d0e25b09a82bc4bfde9f1e048a092752eebbb4f3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)
[![](https://camo.githubusercontent.com/d0e25b09a82bc4bfde9f1e048a092752eebbb4f3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://github.com/isacan/Andzu/blob/master/LICENSE)

![](https://img.shields.io/badge/Android%20Arsenal-Andzu-orange.svg?style=flat)
[![](https://img.shields.io/badge/Android%20Arsenal-Andzu-orange.svg?style=flat)](https://android-arsenal.com/details/1/5620)

# Andzu
In-App Android Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
Expand Down Expand Up @@ -61,7 +61,7 @@ Download the latest JAR or grab via Maven:
<dependency>
<groupId>com.github.isacan</groupId>
<artifactId>Andzu</artifactId>
<version>0.4</version>
<version>0.52</version>
</dependency>
```
or Gradle:
Expand All @@ -77,7 +77,7 @@ Add it in your root build.gradle at the end of repositories:
Add the dependency
```java
dependencies {
compile 'com.github.isacan:Andzu:0.4'
compile 'com.github.isacan:Andzu:0.52'
}
```

Expand Down

0 comments on commit d7a03d3

Please sign in to comment.