File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/kotlin/io/appwrite Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ repositories {
3939Next, add the dependency to your project's ` build.gradle(.kts) ` file:
4040
4141``` groovy
42- implementation("io.appwrite:sdk-for-kotlin:6.0.0-rc.3 ")
42+ implementation("io.appwrite:sdk-for-kotlin:6.0.0")
4343```
4444
4545### Maven
@@ -50,7 +50,7 @@ Add this to your project's `pom.xml` file:
5050 <dependency >
5151 <groupId >io.appwrite</groupId >
5252 <artifactId >sdk-for-kotlin</artifactId >
53- <version >6.0.0-rc.3 </version >
53+ <version >6.0.0</version >
5454 </dependency >
5555</dependencies >
5656```
Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ class Client @JvmOverloads constructor(
5757 init {
5858 headers = mutableMapOf (
5959 " content-type" to " application/json" ,
60- " user-agent" to " AppwriteKotlinSDK/6.0.0-rc.3 ${System .getProperty(" http.agent" )} " ,
60+ " user-agent" to " AppwriteKotlinSDK/6.0.0 ${System .getProperty(" http.agent" )} " ,
6161 " x-sdk-name" to " Kotlin" ,
6262 " x-sdk-platform" to " server" ,
6363 " x-sdk-language" to " kotlin" ,
64- " x-sdk-version" to " 6.0.0-rc.3 " ,
64+ " x-sdk-version" to " 6.0.0" ,
6565 " x-appwrite-response-format" to " 1.6.0" ,
6666 )
6767
You can’t perform that action at this time.
0 commit comments