Renamed AndroidModule to AppModule.

This commit is contained in:
akwizgran
2016-04-06 17:02:56 +01:00
parent f7dbfe2551
commit 88852de283
4 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ public class BriarApplication extends Application {
Thread.setDefaultUncaughtExceptionHandler(newHandler);
applicationComponent = DaggerAndroidComponent.builder()
.androidModule(new AndroidModule(this))
.appModule(new AppModule(this))
.build();
// We need to load the eager singletons directly after making the