- Add this to your build:
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.sercangedik.dagger1-shaded:dagger1-shaded-library:0.0.1'
annotationProcessor 'com.github.sercangedik.dagger1-shaded:dagger1-shaded-compiler:0.0.1'
}
This project referenced to https://github.com/blinkist/dagger2-shaded and I inspired from https://medium.com/@kaciula/thanks-for-answering-6ad3450e9c5b this comment. Thanks to @tfcporciuncula and @kaciula
- Change the
dagger.version
property in the parent POM to the desired value. (Current version 1.2.2) - Run
mvn package
to generate the JARs and use them directly in your project or you can use jar's inside of project - ...or make the changes in a fork and use JitPack. And open a PR if it's a new version!# dagger1-shade