From 40114b807aff3fdac164ce23bea09427dbf265ce Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 5 Feb 2020 16:57:03 +0000 Subject: [PATCH] Deploy website Deploy website version based on 5934ff9305e3849ebaa4c1c5586e91dbf730f28d --- docs/0.60/image.html | 12 ++++++------ docs/0.60/image/index.html | 12 ++++++------ docs/image.html | 12 ++++++------ docs/image/index.html | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/0.60/image.html b/docs/0.60/image.html index 52aa5117d84..56403686cff 100644 --- a/docs/0.60/image.html +++ b/docs/0.60/image.html @@ -155,17 +155,17 @@

You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.

dependencies {
   // If your app supports Android versions before Ice Cream Sandwich (API level 14)
-  implementation 'com.facebook.fresco:animated-base-support:1.10.0'
+  implementation 'com.facebook.fresco:animated-base-support:1.3.0'
 
   // For animated GIF support
-  implementation 'com.facebook.fresco:animated-gif:1.12.0'
+  implementation 'com.facebook.fresco:animated-gif:2.0.0'
 
   // For WebP support, including animated WebP
-  implementation 'com.facebook.fresco:animated-webp:1.10.0'
-  implementation 'com.facebook.fresco:webpsupport:1.10.0'
+  implementation 'com.facebook.fresco:animated-webp:2.1.0'
+  implementation 'com.facebook.fresco:webpsupport:2.0.0'
 
   // For WebP support, without animations
-  implementation 'com.facebook.fresco:webpsupport:1.10.0'
+  implementation 'com.facebook.fresco:webpsupport:2.0.0'
 }
 

@@ -266,7 +266,7 @@

resizeMode

-

Determines how to resize the image when the frame doesn't match the raw image dimensions.

+

Determines how to resize the image when the frame doesn't match the raw image dimensions. Defaults to cover.