You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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 oncom.chrisplus.rootmanager
, which can't be resolved.Do you foresee any possible solution for people interested in using this project?
The text was updated successfully, but these errors were encountered: