diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 7752519ea..b178c46ee 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -30,5 +30,9 @@ -dontwarn org.openjsse.** # retrofit --keep class com.mulberry.ody.data.retrofit.* { ; } +-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.** { *; }