Skip to content

Commit 68bafb0

Browse files
committed
bump up 2.0.0
1 parent 817b138 commit 68bafb0

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

CHANGELOG.md

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

4+
Version 2.0.0 *(2016-03-02)*
5+
----------------------------
6+
7+
Say v8.RenderScript goodbye
8+
49
Version 1.4.0 *(2016-02-28)*
510
----------------------------
611

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
3535
dependencies {
36-
compile 'jp.wasabeef:glide-transformations:1.4.0'
36+
compile 'jp.wasabeef:glide-transformations:2.0.0'
3737
// If you want to use the GPU Filters
3838
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
3939
}
@@ -55,25 +55,10 @@ You can set a multiple transformations.
5555

5656
```java
5757
Glide.with(this).load(R.drawable.demo)
58-
.bitmapTransform(new BlurTransformation(context, 25, 2), new CropCircleTransformation(context))
58+
.bitmapTransform(new BlurTransformation(context, 25), new CropCircleTransformation(context))
5959
.into((ImageView) findViewById(R.id.image));
6060
```
6161

62-
## Step 4
63-
64-
If you are using `BlurTransformation`.
65-
66-
```groovy
67-
android {
68-
...
69-
defaultConfig {
70-
// Warning:Renderscript support mode is not currently supported with renderscript target 21+
71-
renderscriptTargetApi 20
72-
renderscriptSupportModeEnabled true
73-
}
74-
}
75-
```
76-
7762
## Transformations
7863

7964
### Crop

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ POM_DEVELOPER_URL=wasabeef.jp
2222
ISSUE_URL=https://github.com/wasabeef/glide-transformations/issues
2323

2424
SUPPORT_PACKAGE_VERSION=23.1.1
25-
GLIDE_VERSION=3.6.1
25+
GLIDE_VERSION=3.7.0
2626
GPUIMAGE_VERSION=1.3.0

0 commit comments

Comments
 (0)