Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 783 Bytes

Codacy Badge

Signalr

Get Up and running with Signalr Java SDK for Android. This is a compiled version of the Android Signar library from the official Repository.

Using The Library

Add Jitpack Repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency to gradle and Sync

dependencies {
	        compile 'com.github.frankodoom:Signalr:1.0.0'
	}