Skip to content

Commit 135c815

Browse files
committed
Update Android gif related deps
1 parent c43e2b9 commit 135c815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ dependencies {
9191
}
9292
implementation project(':react-native-navigation')
9393
implementation project(':react-native-ui-lib')
94-
implementation 'com.facebook.fresco:fresco:2.0.0'
95-
implementation 'com.facebook.fresco:animated-gif:2.0.0'
94+
implementation 'com.facebook.fresco:fresco:2.5.0'
95+
implementation 'com.facebook.fresco:animated-gif:2.5.0'
9696

9797
if (enableHermes) {
9898
def hermesPath = "../../node_modules/hermes-engine/android/";

0 commit comments

Comments
 (0)