Skip to content

Commit 4736b58

Browse files
Merge pull request #127 from appwrite/concurrent-chunk-uploads-version-bump-1-9-x
chore: bump SDK version to 24.2.0
2 parents 9fc700d + 96f4c46 commit 4736b58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
Next, add the dependency to your project's `build.gradle(.kts)` file:
3939

4040
```groovy
41-
implementation("io.appwrite:sdk-for-android:24.1.1")
41+
implementation("io.appwrite:sdk-for-android:24.2.0")
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>24.1.1</version>
52+
<version>24.2.0</version>
5353
</dependency>
5454
</dependencies>
5555
```

0 commit comments

Comments
 (0)