File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
library/src/main/java/io/appwrite Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ repositories {
3838Next, add the dependency to your project's ` build.gradle(.kts) ` file:
3939
4040``` groovy
41- implementation("io.appwrite:sdk-for-android:5.0 .1")
41+ implementation("io.appwrite:sdk-for-android:5.1 .1")
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 >5.0 .1</version >
52+ <version >5.1 .1</version >
5353 </dependency >
5454</dependencies >
5555```
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class Client @JvmOverloads constructor(
8383 " x-sdk-name" to " Android" ,
8484 " x-sdk-platform" to " client" ,
8585 " x-sdk-language" to " android" ,
86- " x-sdk-version" to " 5.0 .1" ,
86+ " x-sdk-version" to " 5.1 .1" ,
8787 " x-appwrite-response-format" to " 1.5.0"
8888 )
8989 config = mutableMapOf ()
You can’t perform that action at this time.
0 commit comments