Skip to content

Commit

Permalink
Add proguard rules for arrow retrofit adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Apr 25, 2023
1 parent ed5e294 commit 07ec37e
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 @@ -29,6 +29,10 @@
-dontwarn org.codehaus.mojo.animal_sniffer.*
# endregion

# arrow-integrations-retrofit-adapter - https://github.com/arrow-kt/arrow-integrations/issues/121
# `Either` class needs to exist after minification for Retrofit to know how to adapt the response to it
-keep,allowobfuscation,allowshrinking class arrow.core.Either

# Adyen dependencies - https://github.com/Adyen/adyen-android/issues/1172
-dontwarn org.slf4j.impl.StaticLoggerBinder

Expand Down

0 comments on commit 07ec37e

Please sign in to comment.