Skip to content

Commit 19c695f

Browse files
cortinicofacebook-github-bot
authored andcommitted
Bump version to 3.1.3
Reviewed By: oprisnik, steelrooter Differential Revision: D50644894 fbshipit-source-id: 070c7fcab11bcfe91ea51371a81009e5e7fe0723
1 parent ce4d35e commit 19c695f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

3333
```groovy
34-
implementation 'com.facebook.fresco:fresco:3.1.2'
34+
implementation 'com.facebook.fresco:fresco:3.1.3'
3535
```
3636

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

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ timezone: America/Los_Angeles
1313
ghrepo: "facebook/fresco"
1414
logo: /static/logo.png
1515

16-
current_version: 3.1.2
16+
current_version: 3.1.3
1717

1818
support_library_version: 24.2.1
1919

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m
1818
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1919
# org.gradle.parallel=true
2020

21-
VERSION_NAME=3.1.2
21+
VERSION_NAME=3.1.3
2222
GROUP=com.facebook.fresco
2323
SONATYPE_STAGING_PROFILE=comfacebook
2424
POM_URL=https://github.com/facebook/fresco

0 commit comments

Comments
 (0)