diff --git a/README.md b/README.md index 5516567..8333854 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite) [![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord) -**This SDK is compatible with Appwrite server version 1.0.0. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-kotlin/releases).** +**This SDK is compatible with Appwrite server version 1.0.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-kotlin/releases).** > This is the Kotlin SDK for integrating with Appwrite from your Kotlin server-side code. If you're looking for the Android SDK you should check [appwrite/sdk-for-android](https://github.com/appwrite/sdk-for-android) diff --git a/gradlew b/gradlew old mode 100755 new mode 100644 diff --git a/src/main/kotlin/io/appwrite/Role.kt b/src/main/kotlin/io/appwrite/Role.kt index 4ac6175..d9ccbd2 100644 --- a/src/main/kotlin/io/appwrite/Role.kt +++ b/src/main/kotlin/io/appwrite/Role.kt @@ -25,7 +25,5 @@ class Role { } fun member(id: String): String = "member:$id" - - fun status(status: String): String = "status:$status" } } \ No newline at end of file