File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Kotlin - Enterprise::
4040`implementation 'com.couchbase.lite:couchbase-lite-android-ee-ktx:{version-full}'`
4141. Add the following _maven_ repo to your repositories (in `build.gradle` or `settings.gradle` as required +
4242`https://mobile.maven.couchbase.com/maven2/dev/`
43- Build the project and it will pull Couchbase Lite down.
43+ . Build the project and it will pull Couchbase Lite down.
4444--
4545
4646Kotlin - Community::
@@ -81,7 +81,7 @@ You''re all set to begin developing powerful Couchbase Lite applications.
8181Now, try the xref:gs-build.adoc[Getting Started] application, which demonstrates use of key CRUD functionality.
8282=====
8383
84- == Kotlin - Step-by-step Install
84+ == Kotlin - Step-by-Step Install
8585
8686More detailed instructions on getting up and running with Couchbase Lite for Android (Kotlin).
8787
Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ NOTE: The minimum required version of Carthage is *38.0*
6464.Couchbase Lite Community Edition
6565[source,ruby,subs=attributes+]
6666----
67- binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" {version-full}
67+ binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" ~> {version-full}
6868----
6969+
7070.Couchbase Lite Enterprise Edition
7171[source,ruby,subs=attributes+]
7272----
73- binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" {version-full}
73+ binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" ~> {version-full}
7474----
7575
7676. Run `carthage update --platform ios`.
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ https://github.com/Carthage/Carthage#installing-carthage
88+
99
1010.Couchbase Lite Community Edition
11- [source,ruby,subs=attributes+]
11+ [source,ruby,subs=" attributes+" ]
1212----
13- binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" {version-full}
13+ binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Community.json" ~> {version-full}
1414----
1515+
1616
1717.Couchbase Lite Enterprise Edition
18- [source,ruby,subs=attributes+]
18+ [source,ruby,subs=" attributes+" ]
1919----
20- binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" {version-full}
20+ binary "https://packages.couchbase.com/releases/couchbase-lite-ios/carthage/CouchbaseLite-Enterprise.json" ~> {version-full}
2121----
2222
2323. Run `carthage update --platform ios` .
You can’t perform that action at this time.
0 commit comments