Skip to content

Instantly share code, notes, and snippets.

@hendrikbeck
Last active August 29, 2015 14:03
Show Gist options
  • Save hendrikbeck/dd990412b8792ad30085 to your computer and use it in GitHub Desktop.
Save hendrikbeck/dd990412b8792ad30085 to your computer and use it in GitHub Desktop.
Murmio Gradle dependencies for the Android SDK
repositories {
maven { url 'https://raw.githubusercontent.com/hendrikbeck/mvn_repo/master/' }
}
dependencies {
// Your other dependencies go here...
compile 'io.murm.android:sdk:0.0.5+@aar'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment