Skip to content

Instantly share code, notes, and snippets.

@wingyplus
Last active September 30, 2016 04:03
Show Gist options
  • Save wingyplus/5e0284a6dad35de20b68ef663ec060be to your computer and use it in GitHub Desktop.
Save wingyplus/5e0284a6dad35de20b68ef663ec060be to your computer and use it in GitHub Desktop.
group 'io.github.wingyplus'
version '1.0-SNAPSHOT'
apply plugin: 'java'
sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile 'junit:junit:4.12'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment