Skip to content

Commit 79a2654

Browse files
committed
Add retrofit and otto dependencies, to manage async service requests
1 parent e2f8582 commit 79a2654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dependencies {
3636
compile 'com.android.support:recyclerview-v7:23.4.0'
3737
compile 'com.android.support:support-v4:23.4.0'
3838
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'
3942
}
4043

4144
android.testOptions.unitTests.all {

0 commit comments

Comments
 (0)