@@ -39,9 +39,9 @@ kotlin {
3939 sourceSets {
4040 commonMain.dependencies {
4141 // Community Edition
42- implementation(" dev.kotbase:couchbase-lite:3.1.9 -1.1.1 " )
42+ implementation(" dev.kotbase:couchbase-lite:3.1.11 -1.1.2 " )
4343 // or Enterprise Edition
44- implementation(" dev.kotbase:couchbase-lite-ee:3.1.9 -1.1.1 " )
44+ implementation(" dev.kotbase:couchbase-lite-ee:3.1.11 -1.1.2 " )
4545 }
4646 }
4747}
@@ -103,9 +103,9 @@ https://kotlinlang.org/api/kotlinx-datetime/kotlinx-datetime/kotlinx.datetime/-i
103103* Some deprecated APIs are omitted.
104104* While not available in the Java SDK, as Java doesn't support operator overloading, [ ` Fragment ` subscript APIs] (
105105 https://kotbase.dev/current/kotlin-extensions/#fragment-subscripts ) are available in Kotbase, similar to [ Swift] (
106- https://docs.couchbase.com/mobile/3.1.9 /couchbase-lite-swift/Classes/Fragment.html ), [ Objective-C] (
107- https://docs.couchbase.com/mobile/3.1.9 /couchbase-lite-objc/Protocols/CBLFragment.html ), and [ .NET] (
108- https://docs.couchbase.com/mobile/3.1.9 /couchbase-lite-net/api/Couchbase.Lite.IFragment.html ).
106+ https://docs.couchbase.com/mobile/3.1.10 /couchbase-lite-swift/Classes/Fragment.html ), [ Objective-C] (
107+ https://docs.couchbase.com/mobile/3.1.10 /couchbase-lite-objc/Protocols/CBLFragment.html ), and [ .NET] (
108+ https://docs.couchbase.com/mobile/3.1.10 /couchbase-lite-net/api/Couchbase.Lite.IFragment.html ).
109109
110110## Extension Libraries
111111
@@ -120,9 +120,9 @@ as well as other convenience functions for composing queries, observing change `
120120
121121``` kotlin
122122// Community Edition
123- implementation(" dev.kotbase:couchbase-lite-ktx:3.1.9 -1.1.1 " )
123+ implementation(" dev.kotbase:couchbase-lite-ktx:3.1.11 -1.1.2 " )
124124// or Enterprise Edition
125- implementation(" dev.kotbase:couchbase-lite-ee-ktx:3.1.9 -1.1.1 " )
125+ implementation(" dev.kotbase:couchbase-lite-ee-ktx:3.1.11 -1.1.2 " )
126126```
127127
128128### Kotbase Kermit
@@ -134,9 +134,9 @@ https://kermit.touchlab.co/). Kermit can direct its logs to any number of log ou
134134
135135``` kotlin
136136// Community Edition
137- implementation(" dev.kotbase:couchbase-lite-kermit:3.1.9 -1.1.1 " )
137+ implementation(" dev.kotbase:couchbase-lite-kermit:3.1.11 -1.1.2 " )
138138// or Enterprise Edition
139- implementation(" dev.kotbase:couchbase-lite-ee-kermit:3.1.9 -1.1.1 " )
139+ implementation(" dev.kotbase:couchbase-lite-ee-kermit:3.1.11 -1.1.2 " )
140140```
141141
142142### Kotbase Paging
@@ -151,9 +151,9 @@ performs limit/offset paging queries based on a user-supplied database query.
151151
152152``` kotlin
153153// Community Edition
154- implementation(" dev.kotbase:couchbase-lite-paging:3.1.9 -1.1.1 " )
154+ implementation(" dev.kotbase:couchbase-lite-paging:3.1.11 -1.1.2 " )
155155// or Enterprise Edition
156- implementation(" dev.kotbase:couchbase-lite-ee-paging:3.1.9 -1.1.1 " )
156+ implementation(" dev.kotbase:couchbase-lite-ee-paging:3.1.11 -1.1.2 " )
157157```
158158
159159## Roadmap
0 commit comments