File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 2.0.2 * (2017-03-17)*
5
+ ----------------------------
6
+
7
+ Update:
8
+ - Compile & Target SDK Version 23 -> 25
9
+ - Build Tools 23.0.2 -> 25.0.2
10
+ - Support Library 23.2.1 -> 25.3.0
11
+ - GPUImage for Android 1.3.0 -> 1.4.1
12
+
13
+ Bug Fix:
14
+ - [ Additional resource cleanup in RSBlur #45 ] ( https://github.com/wasabeef/glide-transformations/pull/45 )
15
+
4
16
Version 2.0.1 * (2016-04-21)*
5
17
----------------------------
6
18
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ repositories {
33
33
}
34
34
35
35
dependencies {
36
- compile 'jp.wasabeef:glide-transformations:2.0.1 '
36
+ compile 'jp.wasabeef:glide-transformations:2.0.2 '
37
37
// If you want to use the GPU Filters
38
- compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0 '
38
+ compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.4.1 '
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 1
- VERSION_NAME =2.0.1
1
+ VERSION_NAME =2.0.2
2
2
GROUP =jp.wasabeef
3
3
ARTIFACT_ID =glide-transformations
4
4
You can’t perform that action at this time.
0 commit comments