From 36f92bda17aad416752b2004accb5ba098ec1015 Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Sun, 31 Jan 2016 22:05:37 +0800 Subject: [PATCH] fixed CI error --- twidere/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twidere/build.gradle b/twidere/build.gradle index 49b3d6a7d..4b3c50f1a 100644 --- a/twidere/build.gradle +++ b/twidere/build.gradle @@ -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.2-SNAPSHOT' - compile 'com.github.mariotaku.MediaViewerLibrary:subsample-image-view:0.9.2-SNAPSHOT' + compile 'com.github.mariotaku.MediaViewerLibrary:base:0.9.3' + compile 'com.github.mariotaku.MediaViewerLibrary:subsample-image-view:0.9.3' 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 }