Closed Qworg closed 8 years ago
It appears that 2.1 has become a full release - https://jcenter.bintray.com/com/google/dagger/dagger/ and it is breaking the load from Gradle as 2.1-SNAPSHOT doesn't exist.
Updating Dagger to 2.1 works. compile 'com.google.dagger:dagger:2.1' apt 'com.google.dagger:dagger-compiler:2.1'
It appears that 2.1 has become a full release - https://jcenter.bintray.com/com/google/dagger/dagger/ and it is breaking the load from Gradle as 2.1-SNAPSHOT doesn't exist.