Skip to content

Commit

Permalink
chore: update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentscode committed Nov 7, 2024
1 parent e458cfe commit 06698a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
def fresco_version = '2.5.0'
implementation "com.facebook.fresco:fresco:$fresco_version"
implementation "com.facebook.fresco:webpsupport:$fresco_version"
implementation "com.facebook.fresco:animated-webp:$fresco_version"
implementation "com.facebook.fresco:animated-base:$fresco_version"
implementation 'com.facebook.infer.annotation:infer-annotation:0.18.0'
implementation "com.facebook.fresco:fresco:3.4.0"
implementation "com.facebook.fresco:webpsupport:3.4.0"
implementation "com.facebook.fresco:animated-webp:3.4.0"
implementation "com.facebook.fresco:animated-base:3.4.0"
}

0 comments on commit 06698a7

Please sign in to comment.