Skip to content

Commit

Permalink
[DOCS] 카카오 SDK 난독화 관련 proguard 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Jan 31, 2024
1 parent d49046e commit 8b92777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
# kakao login
-keep class com.kakao.sdk.**.model.* { <fields>; }
-keep class * extends com.google.gson.TypeAdapter
-keep interface com.kakao.sdk.**.*Api
1 change: 1 addition & 0 deletions feature/login/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
# kakao login
-keep class com.kakao.sdk.**.model.* { <fields>; }
-keep class * extends com.google.gson.TypeAdapter
-keep interface com.kakao.sdk.**.*Api

0 comments on commit 8b92777

Please sign in to comment.