Skip to content

Commit 9574f75

Browse files
committed
Bump to 0.8.1
1 parent 170067b commit 9574f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fresco supports Android 2.3 (Gingerbread) and later.
2626
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:
2727

2828
```groovy
29-
compile 'com.facebook.fresco:fresco:0.8.0+'
29+
compile 'com.facebook.fresco:fresco:0.8.1+'
3030
```
3131

3232
For full details, visit the documentation on our web site, available in English, Chinese, and Korean:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
target=10
21-
VERSION_NAME=0.8.0
21+
VERSION_NAME=0.8.1
2222
GROUP=com.facebook.fresco
2323

2424
# Deps for gradle

0 commit comments

Comments
 (0)