Skip to content

Commit 664c878

Browse files
fix: add query builder
1 parent 6c2dc0c commit 664c878

15 files changed

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

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
33
// Top-level build file where you can add configuration options common to all sub-projects/modules.
44
buildscript {
55
ext.kotlin_version = "1.5.31"
6-
version "0.3.0"
6+
version "0.3.1"
77
repositories {
88
maven { url "https://plugins.gradle.org/m2/" }
99
google()

β€Žlibrary/src/main/java/io/appwrite/models/AttributeBoolean.ktβ€Ž

Lines changed: 0 additions & 63 deletions
This file was deleted.

β€Žlibrary/src/main/java/io/appwrite/models/AttributeEmail.ktβ€Ž

Lines changed: 0 additions & 71 deletions
This file was deleted.

β€Žlibrary/src/main/java/io/appwrite/models/AttributeEnum.ktβ€Ž

Lines changed: 0 additions & 79 deletions
This file was deleted.

β€Žlibrary/src/main/java/io/appwrite/models/AttributeFloat.ktβ€Ž

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
Β (0)