Upgrading couchbbase Lite from 1.0.4 to 1.1.0 - Android Studio

Thanks for posting the solution.

Couchbase Lite uses Jackson for serialisation/deserialisation of JSON and it could be that between 1.0.4 and 1.1 the Jackson API changed. IIRC Android Studio doesn’t remove imports of classes that are no longer used and it looks like it was breaking the build.