Skip to content

Instantly share code, notes, and snippets.

@Ochornma
Created August 15, 2020 18:07
Show Gist options
  • Select an option

  • Save Ochornma/d8b170548ed027fcab39089db7b4c8d1 to your computer and use it in GitHub Desktop.

Select an option

Save Ochornma/d8b170548ed027fcab39089db7b4c8d1 to your computer and use it in GitHub Desktop.
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'com.google.android.material:material:1.2.0'
//picasso
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'de.hdodenhof:circleimageview:3.1.0'
//paging
implementation 'android.arch.paging:runtime:2.1.1'
//RETROFIT
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.6.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment