1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-30 05:12:45 +08:00

update glide

This commit is contained in:
wasabeef 2015-02-03 22:27:19 +09:00
parent cf5b0bbf1d
commit a6bbdb0694
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ dependencies {
compile project(':transformations') compile project(':transformations')
// compile 'jp.wasabeef:glide-transformations:1.0.1' // compile 'jp.wasabeef:glide-transformations:1.0.1'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
compile 'com.android.support:appcompat-v7:+' compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:recyclerview-v7:21.+' compile 'com.android.support:recyclerview-v7:21.+'
compile 'com.github.bumptech.glide:glide:3.+' compile 'com.github.bumptech.glide:glide:3.5.1'
} }

View File

@ -16,7 +16,7 @@ android {
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.github.bumptech.glide:glide:3.4.0' compile 'com.github.bumptech.glide:glide:3.5.1'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3' compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
} }