Skip to content

Commit

Permalink
[FEAT] Swm-logging 라이브러리 proguard 제외항목 추가 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
KxxHyoRim committed Nov 7, 2023
1 parent 6e8535c commit 05ed674
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
-keep class * extends com.google.gson.TypeAdapter
-keep class com.lgtm.android.data.** { *; }
-keep class com.lgtm.domain.** { *; }
-keep class com.swm.logging.android.** { *; }

-keep class * implements com.google.gson.TypeAdapterFactory
-keep class * implements com.google.gson.JsonSerializer
Expand Down Expand Up @@ -99,9 +100,9 @@
-keepclassmembers,allowshrinking,allowobfuscation interface * {
@retrofit2.http.* <methods>;
}

# Ignore annotation used for build tooling.
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
#
## Ignore annotation used for build tooling.
#-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement

# Ignore JSR 305 annotations for embedding nullability information.
-dontwarn javax.annotation.**
Expand Down

0 comments on commit 05ed674

Please sign in to comment.