updated version

This commit is contained in:
Mariotaku Lee 2016-04-27 18:51:06 +08:00
parent 08e0442132
commit 9acf70eca7
2 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ buildscript {
allprojects {
repositories {
mavenLocal()
jcenter()
maven { url 'https://jitpack.io' }
mavenLocal()
}
}

View File

@ -79,7 +79,7 @@ dependencies {
androidTestApt 'com.bluelinelabs:logansquare-compiler:1.3.7'
apt 'com.hannesdorfmann.parcelableplease:processor:1.0.2'
apt 'com.google.dagger:dagger-compiler:2.1'
apt "com.github.mariotaku.ObjectCursor:processor:0.9.8"
apt "com.github.mariotaku.ObjectCursor:processor:0.9.9"
compile('com.github.mariotaku:app-theme-engine:1efc6237e1@aar') {
transitive = true
@ -149,7 +149,7 @@ dependencies {
compile 'com.github.mariotaku.MediaViewerLibrary:base:0.9.17'
compile 'com.github.mariotaku.MediaViewerLibrary:subsample-image-view:0.9.17'
compile 'com.github.mariotaku.SQLiteQB:library:0.9.6'
compile 'com.github.mariotaku.ObjectCursor:core:0.9.8'
compile 'com.github.mariotaku.ObjectCursor:core:0.9.9'
compile 'com.github.mariotaku:MultiValueSwitch:0.9.4'
compile 'com.github.mariotaku:AbstractTask:0.9.1'
}