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.
2 parents 9fc700d + 96f4c46 commit 4736b58Copy full SHA for 4736b58
1 file changed
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:24.1.1")
+implementation("io.appwrite:sdk-for-android:24.2.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>24.1.1</version>
+ <version>24.2.0</version>
53
</dependency>
54
</dependencies>
55
0 commit comments