Start work on integrating Retrofit - GSON, Authorization

This commit is contained in:
Eugen Rochko 2017-03-08 22:34:13 +01:00
commit 348d2c8b4f
6 changed files with 74 additions and 112 deletions

View file

@ -36,4 +36,5 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.mikhaellopez:circularfillableloaders:1.2.0'
compile 'com.squareup.retrofit2:retrofit:2.2.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
}