Temporarily include nucleus in the project

This commit is contained in:
len
2016-04-19 12:58:33 +02:00
parent 638d3a32cf
commit 447dfd1e3c
19 changed files with 1288 additions and 13 deletions

View File

@@ -141,9 +141,6 @@ dependencies {
compile "com.pushtorefresh.storio:sqlite-annotations:$STORIO_VERSION"
kapt "com.pushtorefresh.storio:sqlite-annotations-processor:$STORIO_VERSION"
// Model View Presenter
compile 'info.android15.nucleus:nucleus:2.0.5'
// Dependency injection
compile "com.google.dagger:dagger:$DAGGER_VERSION"
kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"