Skip to content

Commit 9044167

Browse files
committed
chore: regen
1 parent f82bc6c commit 9044167

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
Next, add the dependency to your project's `build.gradle(.kts)` file:
3939

4040
```groovy
41-
implementation("io.appwrite:sdk-for-android:6.0.0")
41+
implementation("io.appwrite:sdk-for-android:6.1.0")
4242
```
4343

4444
### Maven
@@ -49,7 +49,7 @@ Add this to your project's `pom.xml` file:
4949
<dependency>
5050
<groupId>io.appwrite</groupId>
5151
<artifactId>sdk-for-android</artifactId>
52-
<version>6.0.0</version>
52+
<version>6.1.0</version>
5353
</dependency>
5454
</dependencies>
5555
```

library/src/main/java/io/appwrite/Client.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Client @JvmOverloads constructor(
8686
"x-sdk-name" to "Android",
8787
"x-sdk-platform" to "client",
8888
"x-sdk-language" to "android",
89-
"x-sdk-version" to "6.0.0",
89+
"x-sdk-version" to "6.1.0",
9090
"x-appwrite-response-format" to "1.6.0"
9191
)
9292
config = mutableMapOf()

0 commit comments

Comments
 (0)