diff --git a/example/build.gradle b/example/build.gradle index 6ea9813..b7eb82c 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.3' +// 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.+' diff --git a/gradle.properties b/gradle.properties index 00b677b..746cf61 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.0.3 -VERSION_CODE=3 +VERSION_NAME=1.0.4 +VERSION_CODE=4 GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations