You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a side note, this is Retrofit v2.3.0's suggested config:
# Platform calls Class.forName on types which do not exist on Android to determine platform.
-dontnote retrofit2.Platform
# Platform used when running on Java 8 VMs. Will not be used at runtime.
-dontwarn retrofit2.Platform$Java8
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain declared checked exceptions for use by a Proxy instance.
-keepattributes Exceptions
cc @ashwinraghav who has been helping a developer debug a proguard issue
In #573 the following lines were introduced to the consumer proguard rules:
Ashwin changed them to this in a branch that seems to solve the developer's issue:
Ashwin can you explain what the issue was?
The text was updated successfully, but these errors were encountered: