Skip to content

sercangedik/dagger1-shaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dagger 1 Shaded 🗡️

  1. 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

Updating and building

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published