antoniolg / androidmvp

MVP Android Example
5.93k stars 1.58k forks source link

Removing the error boolean in LoginInteractor #25

Closed Evin1- closed 6 years ago

Evin1- commented 7 years ago

There is no need for the error flag now since #24 added return statements inside the conditionals. Also, updating buildToolsVersion and Gradle versions.