1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-10-05 02:13:22 +08:00

Organizing a dependency

This commit is contained in:
wasabeef
2015-01-21 00:00:11 +09:00
parent a0e4705452
commit cf5b0bbf1d
6 changed files with 8 additions and 2 deletions

View File

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