build: add javax.annotation to proguard ignore list.

multisite^2
Floens 8 years ago
parent c61a760ef3
commit 53ab9af20f
  1. 1
      Clover/app/proguard.cfg

@ -84,6 +84,7 @@
# OkHttp and LeakCanary
-dontwarn java.nio.**
-dontwarn javax.annotation.**
-dontwarn org.codehaus.mojo.**
# LeakCanary uses removed method (checks the API level)
-dontwarn com.squareup.leakcanary.DisplayLeakService

Loading…
Cancel
Save