Couchbase lite java 2.8.1 community

Hi there,
I am trying to upgrade cblite2.7.1 to cblite2.8.1 java community version, but I got this error:
java.lang.IllegalStateException: Cannot load native library for Windows 10/amd64
at com.couchbase.lite.internal.NativeLibrary.load(NativeLibrary.java:65)
at com.couchbase.lite.internal.CouchbaseLiteInternal.init(CouchbaseLiteInternal.java:75)
at com.couchbase.lite.CouchbaseLite.init(CouchbaseLite.java:50)
at com.couchbase.lite.CouchbaseLite.init(CouchbaseLite.java:33)

@priya.rajagopal can you please direct it to the right person, this is under an incorrect category

There was a packaging issue with the CE version resulting in this error ( the EE version is fine). We are working on resolving it and you should see an updated package shortly - will keep you posted.
Sorry about the inconvenience.

any update for new package for 2.8.1?

@Brad_Johnson We pushed up 2.8.1.1 version of CBL java to maven central today. The bits take some time to show up but it should be available now

@priya.rajagopal Thank you, it works now.