We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f8582 commit 79a2654Copy full SHA for 79a2654
app/build.gradle
@@ -36,6 +36,9 @@ dependencies {
36
compile 'com.android.support:recyclerview-v7:23.4.0'
37
compile 'com.android.support:support-v4:23.4.0'
38
compile 'com.google.android.gms:play-services-location:10.0.1'
39
+ compile 'com.squareup:otto:1.3.8'
40
+ compile 'com.squareup.retrofit2:converter-jackson:2.1.0'
41
+ compile 'com.squareup.retrofit2:retrofit:2.1.0'
42
}
43
44
android.testOptions.unitTests.all {
0 commit comments