Skip to content

Commit

Permalink
Fix new FrescoVito deps
Browse files Browse the repository at this point in the history
Reviewed By: pasqualeanatriello

Differential Revision: D46688351

fbshipit-source-id: 230bcae08ad71c5b3954e1fa6a2e33145cd294d6
  • Loading branch information
colriot authored and facebook-github-bot committed Jun 13, 2023
1 parent c872e72 commit ced79f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ext.deps = [
// First-party
fresco : 'com.facebook.fresco:fresco:3.0.0',
frescoVito : 'com.facebook.fresco:vito:3.0.0',
frescoVitoLitho : 'com.facebook.fresco:vito-litho:3.0.0',
soloader : 'com.facebook.soloader:soloader:0.10.5',
textlayoutbuilder : 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.7.0',
screenshot : 'com.facebook.testing.screenshot:core:0.5.0',
Expand Down
1 change: 1 addition & 0 deletions sample-codelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies {
implementation deps.soloader
implementation deps.fresco
implementation deps.frescoVito
implementation deps.frescoVitoLitho

// Annotations
compileOnly deps.jsr305
Expand Down

0 comments on commit ced79f2

Please sign in to comment.