fabioCollini / DaggerMock

A JUnit rule to easily override Dagger 2 objects
Apache License 2.0
1.16k stars 96 forks source link

Bug: Gradle Dependencies in Readme are wrong #107

Open coding-jj opened 4 years ago

coding-jj commented 4 years ago

The Gradle dependencies for Java in the README.md over Repository https://jitpack.io/ are wrong and I assume the dependencies for kotlin too.

Corrected for Java:

dependencies {
    testImplementation 'com.github.fabioCollini:DaggerMock:0.8.5'
    //and/or
    androidTestImplementation 'com.github.fabioCollini:DaggerMock:0.8.5'

   // [...]    
}