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
The changes introduced in 7dce92e lead to crashes on Android 2.3.3 due to missing JDK 7 compatibility.
java.lang.NoSuchMethodError: java.util.Collections.emptyIterator
at com.fasterxml.jackson.databind.util.ClassUtil.emptyIterator(ClassUtil.java:24)
at com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder.getConstructorParameters(POJOPropertyBuilder.java:383)
The text was updated successfully, but these errors were encountered:
The changes introduced in 7dce92e lead to crashes on Android 2.3.3 due to missing JDK 7 compatibility.
The text was updated successfully, but these errors were encountered: