Skip to content

Instantly share code, notes, and snippets.

@matzuk
Created May 6, 2017 16:51
Show Gist options
  • Save matzuk/dc7cc5af42351908d9e7805f659b6599 to your computer and use it in GitHub Desktop.
Save matzuk/dc7cc5af42351908d9e7805f659b6599 to your computer and use it in GitHub Desktop.
protected AppComponent buildComponent() {
return DaggerAppComponent.builder()
.appModule(new AppModule(this))
.build();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment