diff --git a/twidere/build.gradle b/twidere/build.gradle index 34e040d4f..4e939e8ab 100644 --- a/twidere/build.gradle +++ b/twidere/build.gradle @@ -146,8 +146,8 @@ dependencies { compile 'com.lnikkila:extendedtouchview:0.1.0' compile 'com.google.dagger:dagger:2.1' compile 'org.attoparser:attoparser:1.4.0.RELEASE' - compile 'com.github.mariotaku.MediaViewerLibrary:base:0.9.17-SNAPSHOT' - compile 'com.github.mariotaku.MediaViewerLibrary:subsample-image-view:0.9.17-SNAPSHOT' + 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.7' compile 'com.github.mariotaku:MultiValueSwitch:0.9.4'