lukaspili / Mortar-architect

[DISCONTINUED] Navigation stack for Mortar. Alternative to Flow. Focuses on Mortar scopes, simplicity, seamless integration and killing boilerplate code.
MIT License
164 stars 12 forks source link

Dagger 2.1-SNAPSHOT doesn't exist #23

Closed Qworg closed 8 years ago

Qworg commented 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.

Qworg commented 8 years ago

Updating Dagger to 2.1 works. compile 'com.google.dagger:dagger:2.1' apt 'com.google.dagger:dagger-compiler:2.1'