File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
library/src/main/java/io/appwrite Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 11.2.0
3
+ ## 11.2.1
4
4
5
5
* Add transaction support for Databases and TablesDB
6
6
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ repositories {
38
38
Next, add the dependency to your project's ` build.gradle(.kts) ` file:
39
39
40
40
``` groovy
41
- implementation("io.appwrite:sdk-for-android:11.2.0 ")
41
+ implementation("io.appwrite:sdk-for-android:11.2.1 ")
42
42
```
43
43
44
44
### Maven
@@ -49,7 +49,7 @@ Add this to your project's `pom.xml` file:
49
49
<dependency >
50
50
<groupId >io.appwrite</groupId >
51
51
<artifactId >sdk-for-android</artifactId >
52
- <version >11.2.0 </version >
52
+ <version >11.2.1 </version >
53
53
</dependency >
54
54
</dependencies >
55
55
```
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class Client @JvmOverloads constructor(
87
87
" x-sdk-name" to " Android" ,
88
88
" x-sdk-platform" to " client" ,
89
89
" x-sdk-language" to " android" ,
90
- " x-sdk-version" to " 11.2.0 " ,
90
+ " x-sdk-version" to " 11.2.1 " ,
91
91
" x-appwrite-response-format" to " 1.8.0"
92
92
)
93
93
config = mutableMapOf ()
You can’t perform that action at this time.
0 commit comments