Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
prepare for release :)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbbb committed Oct 11, 2015
1 parent 5b889a0 commit 2d0dda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Android Host Monitor
Easily monitor remote hosts and ports reachability on Android.

[Gradle and Maven dependency instructions (with JitPack.io)](https://jitpack.io/#alexbbb/android-host-monitor/44d311549c)
[Gradle and Maven dependency instructions (with JitPack.io)](https://jitpack.io/#alexbbb/android-host-monitor/1.0)

[Setup instructions](#setup)

Expand Down Expand Up @@ -92,7 +92,7 @@ public class YourActivity extends Activity {
public void onHostStatusChanged(HostStatus status) {
Log.i(LOG_TAG, status.toString());
}
});
};

@Override
protected void onResume() {
Expand Down

0 comments on commit 2d0dda6

Please sign in to comment.