Skip to content

Commit

Permalink
update r8 rules for MultipartBody.Builder in extensions (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
AwkwardPeak7 authored May 11, 2024
1 parent ab546e0 commit f603db3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
-dontnote rx.internal.util.PlatformDependent
##---------------End: proguard configuration for RxJava 1.x ----------

##---------------Begin: proguard configuration for okhttp ----------
-keepclasseswithmembers class okhttp3.MultipartBody$Builder { *; }
##---------------End: proguard configuration for okhttp ----------

##---------------Begin: proguard configuration for kotlinx.serialization ----------
-keepattributes *Annotation*, InnerClasses
-dontnote kotlinx.serialization.** # core serialization annotations
Expand Down

0 comments on commit f603db3

Please sign in to comment.