diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index d099f61..a481a41 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { // You must install or update the Support Repository through the SDK manager to use this dependency. compile 'com.android.support:support-v4:19.+' compile 'com.squareup:otto:1.3.5' - compile 'com.github.chrisbanes.photoview:library:1.2.3' - compile 'com.jakewharton:disklrucache:2.0.2' - compile files('libs/Android-BitmapCache-2.3.jar') + compile 'com.squareup.picasso:picasso:2.3.3' + compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.2' + } |