Skip to content

Commit 2f01ae7

Browse files
committed
bump up to 2.0.4
1 parent c62bbc1 commit 2f01ae7

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change Log
22
==========
33

4+
Version 2.0.4 *(2019-08-13)*
5+
----------------------------
6+
7+
* Update
8+
* Kotlin to 1.3.41
9+
* Android Gradle tools to 3.6.0-alpha05
10+
* Gradle wrapper to 5.5
11+
12+
* Add
13+
64bit build settings for clearly
14+
Can get size of rescaled image [#443](https://github.com/cats-oss/android-gpuimage/pull/443)
15+
16+
* Bug fix
17+
GPUImageZoomBlurFilter incorrect args [#454](https://github.com/cats-oss/android-gpuimage/pull/454)
18+
419
Version 2.0.3 *(2018-11-09)*
520
----------------------------
621

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ org.gradle.caching=true
1616
android.enableBuildCache=true
1717
android.enableR8=false
1818

19-
VERSION_NAME=2.0.3
20-
VERSION_CODE=12
19+
VERSION_NAME=2.0.4
20+
VERSION_CODE=13
2121

2222
COMPILE_SDK_VERSION=28
2323
TARGET_SDK_VERSION=28

0 commit comments

Comments
 (0)