Skip to content

Instantly share code, notes, and snippets.

View NeranjanMe's full-sized avatar

Neranjan Ilukthenna NeranjanMe

View GitHub Profile
@haerulmuttaqin
haerulmuttaqin / dependencies.gradle
Last active February 24, 2023 06:04
News App - dependencies
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
//Image
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
//Network
implementation 'com.squareup.retrofit2:retrofit:2.4.0'