diff --git a/example/build.gradle b/example/build.gradle index e1130ef..8858e1d 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -50,7 +50,8 @@ def getKeyAliasPasswordProperty() { } dependencies { - compile project(':transformations') +// compile project(':transformations') + compile 'jp.wasabeef:glide-transformations:1.0.0' compile 'com.android.support:appcompat-v7:+' compile 'com.android.support:recyclerview-v7:21.+' compile 'com.github.bumptech.glide:glide:3.+'