jpotts18 / android-mvp

Android MVP Reference Architecture and Video Tutorial
MIT License
211 stars 79 forks source link

Missing retrofit dependency #20

Closed RajuSE closed 7 years ago

RajuSE commented 7 years ago

While making changes I found missing retrofit dependency.. so I fixed as in : github.com/jpotts18/android-mvp/pull/18/commits/9d131ce4c7b776ffe737bab2c61d21f539610ddb

jpotts18 commented 7 years ago

I hope this is resolved in master-2

RajuSE commented 7 years ago

It has been fixed in master-2, but master doesn't have the missing line, hence build fails. Fixed in https://github.com/jpotts18/android-mvp/pull/21.