Introducing nucleus

This commit is contained in:
inorichi
2015-10-16 19:31:18 +02:00
parent 68f1102c40
commit 235ed36fbe
3 changed files with 113 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ dependencies {
final HAMCREST_VERSION = '1.3'
final MOCKITO_VERSION = '1.10.19'
final STORIO_VERSION = '1.4.0'
final NUCLEUS_VERSION = '2.0.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
@@ -65,6 +66,9 @@ dependencies {
compile 'io.reactivex:rxandroid:1.0.1'
compile "com.pushtorefresh.storio:sqlite:$STORIO_VERSION"
compile "com.pushtorefresh.storio:sqlite-annotations:$STORIO_VERSION"
compile "info.android15.nucleus:nucleus:$NUCLEUS_VERSION"
compile "info.android15.nucleus:nucleus-support-v4:$NUCLEUS_VERSION"
compile "info.android15.nucleus:nucleus-support-v7:$NUCLEUS_VERSION"
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.github.bumptech.glide:glide:3.6.1'
compile 'com.jakewharton:butterknife:7.0.1'