Skip to content

Commit

Permalink
[DOCS] proguard-rules.pro 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Feb 1, 2024
1 parent 34acaea commit 279717f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# kakao login
-keep class com.kakao.sdk.**.model.* { <fields>; }

#R8 full mode strips generic signatures from return types if not kept.
# https://devtalk.kakao.com/t/method-authapi-issueaccesstoken/130860/4
# R8 full mode strips generic signatures from return types if not kept.
-if interface * { @retrofit2.http.* public *** *(...); }
-keep,allowoptimization,allowshrinking,allowobfuscation class <3>
1 change: 1 addition & 0 deletions feature/login/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

# https://stackoverflow.com/questions/70037537/proguard-missing-classes-detected-while-running-r8-after-adding-package-names-in
-dontwarn java.lang.invoke.StringConcatFactory

0 comments on commit 279717f

Please sign in to comment.