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