Modified the project structure, removed module extension and went instead for a non-complete core dependency graph

This commit is contained in:
Ernir Erlingsson
2016-03-13 22:31:14 +01:00
parent 7670bc48ea
commit 4da63b3800
33 changed files with 314 additions and 398 deletions

View File

@@ -20,13 +20,4 @@ public class SystemModule {
return new SystemTimer();
}
@Provides
public SeedProvider provideSeedProvider() {
return null;
}
@Provides
public LocationUtils provideLocationUtils() {
return null;
}
}