File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change 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+
419Version 2.0.3 * (2018-11-09)*
520----------------------------
621
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ org.gradle.caching=true
1616android.enableBuildCache =true
1717android.enableR8 =false
1818
19- VERSION_NAME =2.0.3
20- VERSION_CODE =12
19+ VERSION_NAME =2.0.4
20+ VERSION_CODE =13
2121
2222COMPILE_SDK_VERSION =28
2323TARGET_SDK_VERSION =28
You can’t perform that action at this time.
0 commit comments