From c5511880bc0020c568a2dfac5e27047aebe0b7a4 Mon Sep 17 00:00:00 2001 From: Amine Date: Fri, 19 Oct 2018 05:26:40 +0200 Subject: [PATCH] Just trying to fix fragment issues. --- app/proguard-rules.pro | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b88ba28..0b3ee7b 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -30,22 +30,6 @@ ; } - -##Retrofit -#-keep class com.google.gson.** { *; } -#-keep class com.google.inject.** { *; } -#-keep class org.apache.http.** { *; } -#-keep class org.apache.james.mime4j.** { *; } -#-keep class javax.inject.** { *; } -#-keep class retrofit.** { *; } -#-keepclassmembernames interface * { -# @retrofit.http.* ; -#} -#-keep class retrofit.** { *; } -#-keep class apps.amine.bou.readerforselfoss.api.selfoss.model.** { *; } -#-keepclassmembernames interface * { -# @retrofit.http.* ; -#} -dontwarn okio.** -dontwarn retrofit2.Platform$Java8 -keep class retrofit.** { *; } @@ -75,4 +59,7 @@ -dontwarn javax.annotation.** --keep class android.support.v7.widget.SearchView { *; } \ No newline at end of file +-keep class android.support.v7.widget.SearchView { *; } + +# maybe remove later ? +-keep class * extends androidx.fragment.app.Fragment