We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accf8be commit 6e56394Copy full SHA for 6e56394
tweet-ui/build.gradle
@@ -54,5 +54,7 @@ dependencies {
54
55
implementation "com.google.android.material:material:1.0.0"
56
implementation "androidx.appcompat:appcompat:1.0.2"
57
+ implementation "com.squareup.retrofit2:retrofit:2.5.0"
58
+ implementation "com.squareup.retrofit2:converter-gson:2.5.0"
59
60
}
0 commit comments