Which Edition of couchbase lite in android?

2019-08-11 17:37发布

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条回答
beautiful°
2楼-- · 2019-08-11 17:54

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.

查看更多
登录 后发表回答