Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit a20f14c

Browse files
committed
Update Proguard rules
1 parent f574583 commit a20f14c

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

app/proguard-rules.pro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@
4242
############################
4343
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
4444
-dontwarn org.codehaus.mojo.animal_sniffer.*
45+
46+
############################
47+
# Sentry
48+
############################
49+
-keepattributes LineNumberTable,SourceFile
50+
-dontwarn org.slf4j.**
51+
-dontwarn javax.**
52+
-keep class io.sentry.event.Event { *; }

core/proguard-rules.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
############################
2+
# JustJava
3+
############################
4+
-keep class com.marknjunge.core.data.model.** { *; }
5+
16
############################
27
# Retrofit
38
############################

0 commit comments

Comments
 (0)