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
Lowered the minimum supported Android version from API level 26 (Android 8.0) to API level 25 (Android 7.1).
Narrowed the SDK's consumer ProGuard rules from a blanket -keep to -keepnames, so R8 can shrink and optimize SDK code in minified apps while keeping stack traces readable.
Removed the unused okhttp3logging-interceptor dependency.