File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/io/appwrite Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ repositories {
39
39
Next, add the dependency to your project's ` build.gradle(.kts) ` file:
40
40
41
41
``` groovy
42
- implementation("io.appwrite:sdk-for-kotlin:1.0 .0")
42
+ implementation("io.appwrite:sdk-for-kotlin:1.1 .0")
43
43
```
44
44
45
45
### Maven
@@ -50,7 +50,7 @@ Add this to your project's `pom.xml` file:
50
50
<dependency >
51
51
<groupId >io.appwrite</groupId >
52
52
<artifactId >sdk-for-kotlin</artifactId >
53
- <version >1.0 .0</version >
53
+ <version >1.1 .0</version >
54
54
</dependency >
55
55
</dependencies >
56
56
```
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class Client @JvmOverloads constructor(
65
65
" x-sdk-name" to " Kotlin" ,
66
66
" x-sdk-platform" to " server" ,
67
67
" x-sdk-language" to " kotlin" ,
68
- " x-sdk-version" to " 1.0 .0" ,
68
+ " x-sdk-version" to " 1.1 .0" ,
69
69
" x-appwrite-response-format" to " 1.0.0"
70
70
)
71
71
config = mutableMapOf ()
You can’t perform that action at this time.
0 commit comments