updated dependency version, fixed CI errors

This commit is contained in:
Mariotaku Lee 2016-02-04 22:23:12 +08:00
parent f074e04713
commit 393ae778a5
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ dependencies {
compile 'com.google.dagger:dagger:2.0.2'
compile 'org.attoparser:attoparser:1.4.0.RELEASE'
compile 'com.j256.simplemagic:simplemagic:1.6'
compile 'com.github.mariotaku.MediaViewerLibrary:base:0.9.4-SNAPSHOT'
compile 'com.github.mariotaku.MediaViewerLibrary:subsample-image-view:0.9.4-SNAPSHOT'
compile 'com.github.mariotaku.MediaViewerLibrary:base:0.9.5'
compile 'com.github.mariotaku.MediaViewerLibrary:subsample-image-view:0.9.5'
googleCompile 'com.google.android.gms:play-services-maps:8.4.0'
// googleCompile 'com.google.maps.android:android-maps-utils:0.4'
googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }