1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-14 17:35:57 +01:00

fixed CI error

This commit is contained in:
Mariotaku Lee 2016-01-31 22:05:37 +08:00
parent b4f88594df
commit 36f92bda17

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.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 }