Skip to content

Instantly share code, notes, and snippets.

/build.gradle Secret

Created March 1, 2017 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2431454d99191654749bb150e0a0970a to your computer and use it in GitHub Desktop.
Save anonymous/2431454d99191654749bb150e0a0970a to your computer and use it in GitHub Desktop.
repositories {
...
flatDir {
dirs 'libs'
}
}
dependencies {
compile group: 'com.ning', name: 'async-http-client', version: '1.8.17'
compile 'com.fasterxml.jackson.core:jackson-core:2.7.3'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.7.3'
compile 'com.fasterxml.jackson.core:jackson-databind:2.7.3'
compile(name: 'voximplant-release', ext: 'aar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment