File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
19
Version 2.0.3 * (2018-11-09)*
5
20
----------------------------
6
21
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ org.gradle.caching=true
16
16
android.enableBuildCache =true
17
17
android.enableR8 =false
18
18
19
- VERSION_NAME =2.0.3
20
- VERSION_CODE =12
19
+ VERSION_NAME =2.0.4
20
+ VERSION_CODE =13
21
21
22
22
COMPILE_SDK_VERSION =28
23
23
TARGET_SDK_VERSION =28
You can’t perform that action at this time.
0 commit comments