File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-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.1 * (2016-04-21)*
5
+ ----------------------------
6
+
7
+ Fix:
8
+ [ #35 ] ( https://github.com/wasabeef/glide-transformations/issues/35 )
9
+ RSInvalidStateException
10
+
4
11
Version 2.0.0 * (2016-03-02)*
5
12
----------------------------
6
13
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repositories {
33
33
}
34
34
35
35
dependencies {
36
- compile 'jp.wasabeef:glide-transformations:2.0.0 '
36
+ compile 'jp.wasabeef:glide-transformations:2.0.1 '
37
37
// If you want to use the GPU Filters
38
38
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
39
39
}
Original file line number Diff line number Diff line change 1
- VERSION_NAME =2.0.0
1
+ VERSION_NAME =2.0.1
2
2
GROUP =jp.wasabeef
3
3
ARTIFACT_ID =glide-transformations
4
4
@@ -21,6 +21,6 @@ POM_DEVELOPER_EMAIL=dadadada.chop@gmail.com
21
21
POM_DEVELOPER_URL =wasabeef.jp
22
22
ISSUE_URL =https://github.com/wasabeef/glide-transformations/issues
23
23
24
- SUPPORT_PACKAGE_VERSION =23.1 .1
24
+ SUPPORT_PACKAGE_VERSION =23.2 .1
25
25
GLIDE_VERSION =3.7.0
26
26
GPUIMAGE_VERSION =1.3.0
You can’t perform that action at this time.
0 commit comments