Last active
August 29, 2015 14:03
-
-
Save hendrikbeck/dd990412b8792ad30085 to your computer and use it in GitHub Desktop.
Murmio Gradle dependencies for the Android SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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