chore: update title and desc

This commit is contained in:
root
2025-10-03 03:06:47 +00:00
parent b87c01b683
commit d97f0eb547
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ repositories {
Next, add the dependency to your project's `build.gradle(.kts)` file:
```groovy
implementation("io.appwrite:sdk-for-android:10.2.0")
implementation("io.appwrite:sdk-for-android:11.0.0")
```
### Maven
@@ -49,7 +49,7 @@ Add this to your project's `pom.xml` file:
<dependency>
<groupId>io.appwrite</groupId>
<artifactId>sdk-for-android</artifactId>
<version>10.2.0</version>
<version>11.0.0</version>
</dependency>
</dependencies>
```
+1 -1
View File
@@ -87,7 +87,7 @@ class Client @JvmOverloads constructor(
"x-sdk-name" to "Android",
"x-sdk-platform" to "client",
"x-sdk-language" to "android",
"x-sdk-version" to "10.2.0",
"x-sdk-version" to "11.0.0",
"x-appwrite-response-format" to "1.8.0"
)
config = mutableMapOf()