Skip to content

Commit

Permalink
fix: 약속이 개설되지 않는 버그 수정 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhm0728 committed Sep 9, 2024
1 parent a33d7e4 commit a432162
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
-dontwarn org.openjsse.**

# retrofit
-keep class com.mulberry.ody.data.retrofit.* { <fields>; }
-keep class com.mulberry.ody.data.retrofit.* { *; }
-keep class com.mulberry.ody.domain.apiresult.ApiResult

# moshi
-keep class com.squareup.moshi.** { *; }
-keep class com.mulberry.ody.data.remote.thirdparty.location.entity.response.** { *; }

0 comments on commit a432162

Please sign in to comment.