Skip to content

Instantly share code, notes, and snippets.

@sadaco
Last active December 21, 2015 10:28
Show Gist options
  • Save sadaco/6291715 to your computer and use it in GitHub Desktop.
Save sadaco/6291715 to your computer and use it in GitHub Desktop.
Gradle
apply plugin: 'android'
repositories {
maven {
url "http://www.bugsense.com/gradle/"
}
}
dependencies {
compile "com.bugsense.trace:bugsense:3.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment