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 6adf4ef commit 355b964Copy full SHA for 355b964
README.md
@@ -39,7 +39,7 @@ repositories {
39
Next, add the dependency to your project's `build.gradle(.kts)` file:
40
41
```groovy
42
-implementation("io.appwrite:sdk-for-kotlin:0.2.5")
+implementation("io.appwrite:sdk-for-kotlin:0.3.0")
43
```
44
45
### Maven
@@ -50,7 +50,7 @@ Add this to your project's `pom.xml` file:
50
<dependency>
51
<groupId>io.appwrite</groupId>
52
<artifactId>sdk-for-kotlin</artifactId>
53
- <version>0.2.5</version>
+ <version>0.3.0</version>
54
</dependency>
55
</dependencies>
56
0 commit comments