问题
link gives option to download the files needed to run couchDB in android application
But there are two editions
- Enterprise Edition
- 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
- Enterprise Edition
- 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