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
Update build.gradle to generate .dylib for Mac OSX
Instead of generating .jnilib (Java6), generating .dylib (Java7) instead. couchbase-lite-java will ensure that .dylib will be used even when running on Java 6 env. This fixes issue #18.