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
protobuf-java 3.10.0 uses some Java 8 features which makes it incompatible with Android builds where minSdk < O, even with desugaring enabled.
I realize that mobile clients are supposed to use protobuf lite, but some libraries (like Dialogflow client library) use protobuf-java internally, so we do not have a choice.