Skip to content

Instantly share code, notes, and snippets.

@mohak1712
Created June 18, 2018 11:34
Show Gist options
  • Save mohak1712/6dc67b639a6e4377a0e81ae9af931fd9 to your computer and use it in GitHub Desktop.
Save mohak1712/6dc67b639a6e4377a0e81ae9af931fd9 to your computer and use it in GitHub Desktop.
public class UiTestApp extends MyTestingApp {
@Override
public ApplicationComponent getComponent() {
return DaggerApplicationComponent.builder()
.applicationModule(new TestApplicationModule(this))
.build();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment