Skip to content

Commit 8fd751e

Browse files
feat: support for 0.13.0
1 parent 5b9c43f commit 8fd751e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)