Skip to content

Commit

Permalink
Bump version 2.5.0 => 2.6.0
Browse files Browse the repository at this point in the history
Reviewed By: oprisnik

Differential Revision: D31540512

fbshipit-source-id: 444e56b9dbfebfd7b8ae2622785b444cc2dd4a2e
  • Loading branch information
defHLT authored and facebook-github-bot committed Oct 11, 2021
1 parent 2e550aa commit bc5a014
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Fresco supports Android 2.3 (Gingerbread) and later.
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:

```groovy
implementation 'com.facebook.fresco:fresco:2.5.0'
implementation 'com.facebook.fresco:fresco:2.6.0'
```

For full details, visit the documentation on our web site, available in English, Chinese, and Korean:
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timezone: America/Los_Angeles
ghrepo: "facebook/fresco"
logo: /static/logo.png

current_version: 2.5.0
current_version: 2.6.0

support_library_version: 24.2.1

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.5.0
VERSION_NAME=2.6.0
GROUP=com.facebook.fresco
SONATYPE_STAGING_PROFILE=comfacebook
POM_URL=https://github.com/facebook/fresco
Expand Down
2 changes: 1 addition & 1 deletion vito/core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoCore
POM_DESCRIPTION=Fresco Vito core
POM_ARTIFACT_ID=vito-core
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
1 change: 0 additions & 1 deletion vito/drawee-support/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ POM_NAME=VitoDraweeSupport
POM_DESCRIPTION=Fresco Vito Drawee support
POM_ARTIFACT_ID=vito-drawee-support
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
2 changes: 1 addition & 1 deletion vito/init/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoInit
POM_DESCRIPTION=Fresco Vito main artifact used for initialization
POM_ARTIFACT_ID=vito
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
2 changes: 1 addition & 1 deletion vito/ktx/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoKtx
POM_DESCRIPTION=Fresco Vito Kotlin extensions
POM_ARTIFACT_ID=vito-ktx
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
2 changes: 1 addition & 1 deletion vito/litho-slideshow/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoLitho
POM_DESCRIPTION=Fresco Vito Litho slideshow image component
POM_ARTIFACT_ID=vito-litho-slideshow
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
1 change: 0 additions & 1 deletion vito/litho/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ POM_NAME=VitoLitho
POM_DESCRIPTION=Fresco Vito Litho image components
POM_ARTIFACT_ID=vito-litho
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
2 changes: 1 addition & 1 deletion vito/nativecode/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoNative
POM_DESCRIPTION=Fresco Vito native code
POM_ARTIFACT_ID=vito-native
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
2 changes: 1 addition & 1 deletion vito/options/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoOptions
POM_DESCRIPTION=Fresco Vito Image Options
POM_ARTIFACT_ID=vito-options
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
2 changes: 1 addition & 1 deletion vito/provider/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoProvider
POM_DESCRIPTION=Fresco Vito provider
POM_ARTIFACT_ID=vito-provider
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
2 changes: 1 addition & 1 deletion vito/source/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoSource
POM_DESCRIPTION=Fresco Vito Image Source
POM_ARTIFACT_ID=vito-source
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
2 changes: 1 addition & 1 deletion vito/tools/liveeditor/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoLiveEditor
POM_DESCRIPTION=Fresco Vito live image editor tool
POM_ARTIFACT_ID=vito-tools-liveeditor
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha
2 changes: 1 addition & 1 deletion vito/view/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ POM_NAME=VitoView
POM_DESCRIPTION=Fresco Vito View components
POM_ARTIFACT_ID=vito-view
POM_PACKAGING=aar
VERSION_NAME=2.5.0-alpha
VERSION_NAME=2.6.0-alpha

1 comment on commit bc5a014

@Drakogangcom
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vito/core/gradle.properties ``docs/_config.yml

Please sign in to comment.