Skip to content

Commit 5715d7a

Browse files
committed
bump up 2.0.2
1 parent 36c0d00 commit 5715d7a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

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+
416
Version 2.0.1 *(2016-04-21)*
517
----------------------------
618

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ repositories {
3333
}
3434
3535
dependencies {
36-
compile 'jp.wasabeef:glide-transformations:2.0.1'
36+
compile 'jp.wasabeef:glide-transformations:2.0.2'
3737
// 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'
3939
}
4040
```
4141

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.0.1
1+
VERSION_NAME=2.0.2
22
GROUP=jp.wasabeef
33
ARTIFACT_ID=glide-transformations
44

0 commit comments

Comments
 (0)