File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 1.3.0 * (2015-09-04)*
5
+ ----------------------------
6
+
7
+ * added GPUImageBilateralFilter (by @wysaid )
8
+ * added flip options to ` GPUImage#setRotation `
9
+
4
10
Version 1.2.3-SNAPSHOT * (2014-12-15)*
5
11
----------------------------
6
12
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
18
18
}
19
19
20
20
dependencies {
21
- compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3 '
21
+ compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0 '
22
22
}
23
23
```
24
24
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.2.3
2
- VERSION_CODE =8
1
+ VERSION_NAME =1.3.0
2
+ VERSION_CODE =9
3
3
GROUP =jp.co.cyberagent.android.gpuimage
4
4
5
5
COMPILE_SDK_VERSION =22
You can’t perform that action at this time.
0 commit comments