Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save catalinghita8/5832c6eca1842010f2104804a19dc027 to your computer and use it in GitHub Desktop.
Save catalinghita8/5832c6eca1842010f2104804a19dc027 to your computer and use it in GitHub Desktop.
@Module
public abstract class ActivityBindingModule {
@ActivityScoped
@ContributesAndroidInjector(modules = {QuakesModule.class})
abstract QuakesActivity ratesActivity();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment