Skip to content

Commit 3f2ada3

Browse files
authored
doc(image): fix fresco version. (facebook#4359)
* doc(image): fix fresco version. * Update image.md * Update image.md
1 parent 2bb1fa8 commit 3f2ada3

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/image.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ dependencies {
100100
implementation 'com.facebook.fresco:animated-base-support:1.3.0'
101101
102102
// For animated GIF support
103-
implementation 'com.facebook.fresco:animated-gif:3.1.3'
103+
implementation 'com.facebook.fresco:animated-gif:3.2.0'
104104
105105
// For WebP support, including animated WebP
106-
implementation 'com.facebook.fresco:animated-webp:3.1.3'
107-
implementation 'com.facebook.fresco:webpsupport:3.1.3'
106+
implementation 'com.facebook.fresco:animated-webp:3.2.0'
107+
implementation 'com.facebook.fresco:webpsupport:3.2.0'
108108
109109
// For WebP support, without animations
110-
implementation 'com.facebook.fresco:webpsupport:3.1.3'
110+
implementation 'com.facebook.fresco:webpsupport:3.2.0'
111111
}
112112
```
113113

website/versioned_docs/version-0.75/image.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ dependencies {
9898
implementation 'com.facebook.fresco:animated-base-support:1.3.0'
9999
100100
// For animated GIF support
101-
implementation 'com.facebook.fresco:animated-gif:3.1.3'
101+
implementation 'com.facebook.fresco:animated-gif:3.2.0'
102102
103103
// For WebP support, including animated WebP
104-
implementation 'com.facebook.fresco:animated-webp:3.1.3'
105-
implementation 'com.facebook.fresco:webpsupport:3.1.3'
104+
implementation 'com.facebook.fresco:animated-webp:3.2.0'
105+
implementation 'com.facebook.fresco:webpsupport:3.2.0'
106106
107107
// For WebP support, without animations
108-
implementation 'com.facebook.fresco:webpsupport:3.1.3'
108+
implementation 'com.facebook.fresco:webpsupport:3.2.0'
109109
}
110110
```
111111

website/versioned_docs/version-0.76/image.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ dependencies {
100100
implementation 'com.facebook.fresco:animated-base-support:1.3.0'
101101
102102
// For animated GIF support
103-
implementation 'com.facebook.fresco:animated-gif:3.1.3'
103+
implementation 'com.facebook.fresco:animated-gif:3.2.0'
104104
105105
// For WebP support, including animated WebP
106-
implementation 'com.facebook.fresco:animated-webp:3.1.3'
107-
implementation 'com.facebook.fresco:webpsupport:3.1.3'
106+
implementation 'com.facebook.fresco:animated-webp:3.2.0'
107+
implementation 'com.facebook.fresco:webpsupport:3.2.0'
108108
109109
// For WebP support, without animations
110-
implementation 'com.facebook.fresco:webpsupport:3.1.3'
110+
implementation 'com.facebook.fresco:webpsupport:3.2.0'
111111
}
112112
```
113113

0 commit comments

Comments
 (0)