diff --git a/example/build.gradle b/example/build.gradle index 5022e03..fa9faee 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -53,7 +53,7 @@ def getKeyAliasPasswordProperty() { dependencies { compile project(':transformations') -// compile 'jp.wasabeef:glide-transformations:1.0.1' +// compile 'jp.wasabeef:glide-transformations:1.0.2' 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.+' diff --git a/gradle.properties b/gradle.properties index 6a90320..4201263 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.1 +VERSION_NAME=1.0.2 VERSION_CODE=3 GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations