This commit is contained in:
root
2026-03-03 09:14:13 +00:00
parent c507f2ff13
commit 431ecd941d
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:12.1.0")
implementation("io.appwrite:sdk-for-android:12.2.1")
```
### 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>12.1.0</version>
<version>12.2.1</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 "12.1.0",
"x-sdk-version" to "12.2.1",
"x-appwrite-response-format" to "1.8.0"
)
config = mutableMapOf()