dagger-android-sample icon indicating copy to clipboard operation
dagger-android-sample copied to clipboard

A small, simple Android application that uses Dagger 2.

Results 4 dagger-android-sample issues
Sort by recently updated
recently updated
newest added

I think it's time to update the sample You're using these dependencies: `classpath 'com.android.tools.build:gradle:0.14.1' //!!!!!! compile 'com.google.dagger:dagger:2.0-SNAPSHOT' apt 'com.google.dagger:dagger-compiler:2.0-SNAPSHOT' provided 'org.glassfish:javax.annotation:10.0-b28'` As your sample is highly referenced, I suggest update...

- Updated `buildToolsVersion` in `build.gradle` - Updated `com.android.tools.build:gradle` in `build.gradle` - Updated Gradle `wrapper` - Added `release` to `buildTypes` enabling Proguard with `minifyEnabled` and `shrinkResources` which verifies: http://stackoverflow.com/questions/26024694/how-to-successfully-obfuscate-project-with-dagger-2-0-using-proguard

Hi, I'm trying (and failing) to understand how to use Dagger 2. I found a link to this repo and browsing the code I was surprised to see no README...