Skip to content

Instantly share code, notes, and snippets.

@dabitdev
Last active September 26, 2017 22:11
Show Gist options
  • Save dabitdev/63d80e6d67b6d2acd6496faafe4e84c4 to your computer and use it in GitHub Desktop.
Save dabitdev/63d80e6d67b6d2acd6496faafe4e84c4 to your computer and use it in GitHub Desktop.
Karmic integration demo
compile 'com.getsensibill:sensibill-sdk-all:1.11.5'
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.getsensibill.com'
credentials {
username 'karmic'
password 'I will send later'
}
}
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
}
@dabitdev
Copy link
Author

compile 'com.getsensibill:oauth-client:1.11.5'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment