From 53ab9af20f0fba7310eb8b9bd07b5cf8cb852aed Mon Sep 17 00:00:00 2001 From: Floens Date: Tue, 19 Dec 2017 21:36:51 +0100 Subject: [PATCH] build: add javax.annotation to proguard ignore list. --- Clover/app/proguard.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/Clover/app/proguard.cfg b/Clover/app/proguard.cfg index 810d3043..2eab95ee 100644 --- a/Clover/app/proguard.cfg +++ b/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