From 2f01ae71cb5f92cf9028138e40a12ab6ed924549 Mon Sep 17 00:00:00 2001 From: wasabeef Date: Tue, 13 Aug 2019 18:25:05 +0900 Subject: [PATCH] bump up to 2.0.4 --- CHANGELOG.md | 15 +++++++++++++++ gradle.properties | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5ec07ca..fc9ee997b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change Log ========== +Version 2.0.4 *(2019-08-13)* +---------------------------- + +* Update + * Kotlin to 1.3.41 + * Android Gradle tools to 3.6.0-alpha05 + * Gradle wrapper to 5.5 + +* Add + 64bit build settings for clearly + Can get size of rescaled image [#443](https://github.com/cats-oss/android-gpuimage/pull/443) + +* Bug fix + GPUImageZoomBlurFilter incorrect args [#454](https://github.com/cats-oss/android-gpuimage/pull/454) + Version 2.0.3 *(2018-11-09)* ---------------------------- diff --git a/gradle.properties b/gradle.properties index c455e1d07..e504860f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,8 +16,8 @@ org.gradle.caching=true android.enableBuildCache=true android.enableR8=false -VERSION_NAME=2.0.3 -VERSION_CODE=12 +VERSION_NAME=2.0.4 +VERSION_CODE=13 COMPILE_SDK_VERSION=28 TARGET_SDK_VERSION=28