Which Edition of couchbase lite in android?

坚强是说给别人听的谎言 提交于 2019-12-11 14:02:18

问题


link gives option to download the files needed to run couchDB in android application

But there are two editions

  1. Enterprise Edition
  2. Community Edition

And i am adding following dependency to build.gradle file of my android application and run it.it downloads necessary files

compile 'com.couchbase.lite:couchbase-lite-android:1.1.0'

what i want to know which edition files it downloads

  1. Enterprise Edition
  2. Community Edition

回答1:


For the time being there is no difference between the Enterprise and Community editions. Those two downloads are exactly the same binary, or if not only minor packaging differences. At some point in the future they will probably become different and at that time I'm guessing there will be one gradle ID for each but for now it's not something you need to worry about.



来源:https://stackoverflow.com/questions/34064909/which-edition-of-couchbase-lite-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!