Skip to content

Instantly share code, notes, and snippets.

@carolinemusyoka
Created September 10, 2020 00:07
Show Gist options
  • Save carolinemusyoka/497b6d9de0109256d277d730d8f87ba4 to your computer and use it in GitHub Desktop.
Save carolinemusyoka/497b6d9de0109256d277d730d8f87ba4 to your computer and use it in GitHub Desktop.
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
//LifeCycle
implementation 'androidx.lifecycle:lifecycle-common:2.2.0'
implementation 'androidx.lifecycle:lifecycle-runtime:2.2.0'
implementation 'android.arch.lifecycle:extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
//Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.8.1'
//Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment