Created
September 10, 2020 00:07
-
-
Save carolinemusyoka/497b6d9de0109256d277d730d8f87ba4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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