Skip to content

Instantly share code, notes, and snippets.

@pprathameshmore
Created June 3, 2019 04:19
Show Gist options
  • Save pprathameshmore/cbd0ede0600a1cf257023049da634a7e to your computer and use it in GitHub Desktop.
Save pprathameshmore/cbd0ede0600a1cf257023049da634a7e to your computer and use it in GitHub Desktop.
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment