From 5715d7a999685eaae5aa19195caad5c826113933 Mon Sep 17 00:00:00 2001 From: wasabeef Date: Fri, 17 Mar 2017 17:35:48 -0700 Subject: [PATCH] bump up 2.0.2 --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a355a..e6f4606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Change Log ========== +Version 2.0.2 *(2017-03-17)* +---------------------------- + +Update: +- Compile & Target SDK Version 23 -> 25 +- Build Tools 23.0.2 -> 25.0.2 +- Support Library 23.2.1 -> 25.3.0 +- GPUImage for Android 1.3.0 -> 1.4.1 + +Bug Fix: +- [Additional resource cleanup in RSBlur #45](https://github.com/wasabeef/glide-transformations/pull/45) + Version 2.0.1 *(2016-04-21)* ---------------------------- diff --git a/README.md b/README.md index 00ce4c5..8868912 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ repositories { } dependencies { - compile 'jp.wasabeef:glide-transformations:2.0.1' + compile 'jp.wasabeef:glide-transformations:2.0.2' // If you want to use the GPU Filters - compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0' + compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1' } ``` diff --git a/gradle.properties b/gradle.properties index 6875ee7..293d3c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.0.1 +VERSION_NAME=2.0.2 GROUP=jp.wasabeef ARTIFACT_ID=glide-transformations