Skip to content

Commit

Permalink
Fix: model 모듈 난독화 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jun 27, 2024
1 parent 3645e66 commit d950a18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@

-keep class com.moneymong.moneymong.network.request.** { *; }
-keep class com.moneymong.moneymong.network.response.** { *; }
-keep class com.moneymong.moneymong.domain.entity.** { *; }
-keep class com.moneymong.moneymong.domain.param.** { *; }
-keep class com.moneymong.moneymong.model.** { *; }

0 comments on commit d950a18

Please sign in to comment.