There is scenario, in my staging app where I need to change my base url provided by user. But issue is I have injected retrofit object using dagger(Using @Provides annotation). Now is it right to re inject my DaggerAppComponent or how should I have been proceeded.