chore: bump to minor version

This commit is contained in:
root
2025-05-21 06:27:29 +00:00
parent 881da2e1b1
commit 151e7a021f
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:8.0.1")
implementation("io.appwrite:sdk-for-android:8.1.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>8.0.1</version>
<version>8.1.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 "8.0.1",
"x-sdk-version" to "8.1.0",
"x-appwrite-response-format" to "1.7.0"
)
config = mutableMapOf()