android10 / Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Apache License 2.0
15.51k stars 3.32k forks source link

A failure getting sample data w/ RestApiImpl #281

Open growdai1y opened 6 years ago

growdai1y commented 6 years ago

Hello.

I've been trying to run this great sample project, however, I've been failing with the error I mentioned in the title. Does anyone know how to fix this? It looked like the url below won't work anymore.

https://raw.githubusercontent.com/android10/Sample-Data/master/Android-CleanArchitecture/

Thanks in advance.