Skip to content

Commit bfefd97

Browse files
committed
chore: updates for appwrite 1.4.2
1 parent 12ac512 commit bfefd97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
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:3.0.2")
41+
implementation("io.appwrite:sdk-for-android:4.0.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>3.0.2</version>
52+
<version>4.0.0</version>
5353
</dependency>
5454
</dependencies>
5555
```

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Client @JvmOverloads constructor(
8888
"x-sdk-name" to "Android",
8989
"x-sdk-platform" to "client",
9090
"x-sdk-language" to "android",
91-
"x-sdk-version" to "3.0.2",
91+
"x-sdk-version" to "4.0.0",
9292
"x-appwrite-response-format" to "1.4.0"
9393
)
9494
config = mutableMapOf()

0 commit comments

Comments
 (0)