Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ashishrawat2911/7949545dbedca2affc7517a26c919ab1 to your computer and use it in GitHub Desktop.
Save ashishrawat2911/7949545dbedca2affc7517a26c919ab1 to your computer and use it in GitHub Desktop.
dependencies {
//adding dependencies
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.github.bumptech.glide:glide:4.3.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
//Android Jetpack
implementation "android.arch.lifecycle:extensions:1.1.0"
implementation "android.arch.lifecycle:viewmodel:1.1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment