From 12356a35faee2e1b9b20e8b61a4f157488250d16 Mon Sep 17 00:00:00 2001 From: Amine Date: Sun, 10 Sep 2017 09:48:20 +0200 Subject: [PATCH] Solved compilation warning. --- app/proguard-rules.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 62b0364..65e1e38 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -62,4 +62,6 @@ # self signed glidemodule -keep public class * implements com.bumptech.glide.module.GlideModule --dontwarn com.anupcowkur.reservoir.** \ No newline at end of file +-dontwarn com.anupcowkur.reservoir.** + +-dontwarn javax.annotation.** \ No newline at end of file