Broken dependency on RootManager library
This project depends on com.chrisplus.rootmanager library, which is hosted at the Springs Plugins repository.
Since that repository is not accessible anymore (see here), it looks like it's not possible to add FridaAndroidInjector to any project, as that will carry the dependency on com.chrisplus.rootmanager, which can't be resolved.
Do you foresee any possible solution for people interested in using this project?
Well.. root manager was just an easy way to start the injector binary. It can be completely removed and just use Runtime.getRuntime() and exec the su command to start the injector. Or, more easy, we can kill the dependency and import the classes from root manager repo. Easy fix, will look into it during the next days