1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-05 02:13:22 +08:00
This commit is contained in:
wasabeef
2015-07-18 00:18:08 +09:00
parent 79e975d490
commit e9d2c6d209
6 changed files with 15 additions and 15 deletions

View File

@@ -53,9 +53,8 @@ def getKeyAliasPasswordProperty() {
dependencies {
compile project(':transformations')
// compile 'jp.wasabeef:glide-transformations:1.0.4'
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:recyclerview-v7:21.+'
compile 'com.github.bumptech.glide:glide:3.5.1'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.github.bumptech.glide:glide:3.6.1'
}