diff --git a/android/build.gradle b/android/build.gradle index adfee99a2..7e8416822 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,6 +52,7 @@ android { dependencies { compileOnly deps.lithoAnnotations + compileOnly deps.proguardAnnotations implementation project(':fbjni') implementation deps.soloader implementation deps.jsr305 diff --git a/build.gradle b/build.gradle index c18c9538e..4b5dc061f 100644 --- a/build.gradle +++ b/build.gradle @@ -65,6 +65,7 @@ ext.deps = [ // Annotations jsr305 : 'com.google.code.findbugs:jsr305:3.0.2', inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.11.2', + proguardAnnotations: 'com.facebook.yoga:proguard-annotations:1.14.1', // Litho lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION", lithoCore : "com.facebook.litho:litho-core:$LITHO_VERSION",