When I try to compile the app from source I get this error.
/Users/NateBass/A/Android/Gitskarios/app/src/main/java/com/alorma/github/presenter/CommitInfoPresenter.java
Error:(23, 57) error: incompatible types: bad return type in lambda expression
Observable<Pair<GithubStatusResponse,Integer>> cannot be converted to Observable<? extends CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends Pair<GithubStatusResponse,Integer> from capture of ? extends Pair<GithubStatusResponse,Integer>
When I try to compile the app from source I get this error.