We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9c43f commit 8fd751eCopy full SHA for 8fd751e
README.md
@@ -38,7 +38,7 @@ repositories {
38
Next, add the dependency to your project's `build.gradle(.kts)` file:
39
40
```groovy
41
-implementation("io.appwrite:sdk-for-android:0.3.3")
+implementation("io.appwrite:sdk-for-android:0.4.0")
42
```
43
44
### Maven
@@ -49,7 +49,7 @@ Add this to your project's `pom.xml` file:
49
<dependency>
50
<groupId>io.appwrite</groupId>
51
<artifactId>sdk-for-android</artifactId>
52
- <version>0.3.3</version>
+ <version>0.4.0</version>
53
</dependency>
54
</dependencies>
55
0 commit comments