We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a603a commit e4686b2Copy full SHA for e4686b2
packages/image/platforms/android/include.gradle
@@ -9,6 +9,7 @@ dependencies {
9
implementation("com.facebook.fresco:imagepipeline-okhttp3:$frescoVersion") {
10
exclude group: 'com.facebook.soloader', module: 'soloader'
11
}
12
+ implementation 'com.facebook.infer.annotation:infer-annotation:0.18.0'
13
// implementation ("com.facebook.fresco:animated-gif:$frescoVersion") {
14
// exclude group: 'com.facebook.soloader', module: 'soloader'
15
// }
0 commit comments