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
I'm seeing this error after switching on R8 using android.enableR8=true in Android Studio 3.3.1. Works fine with R8 disabled (but proguard enabled). Timber version is 4.7.1.
Upgrading Timber from
4.7.0
to4.7.1
in a library of mine, causes another app using that library to fail building with this error.This can be fixed by including in my
build.gradle
Might be related to #327
The text was updated successfully, but these errors were encountered: