Skip to content

Commit

Permalink
Fix minify app crashing on DI (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira authored Aug 3, 2024
1 parent bb8b2b0 commit d7158f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
# http://developer.android.com/guide/developing/tools/proguard.html

# Keep Data models
-keep public class br.alexandregpereira.hunter.data.** {
-keep public class br.alexandregpereira.hunter.** {
public protected *;
}

-keepattributes LineNumberTable,SourceFile

-dontwarn org.slf4j.impl.StaticLoggerBinder
-dontwarn org.apiguardian.api.API$Status
-dontwarn org.apiguardian.api.API

0 comments on commit d7158f8

Please sign in to comment.