mirror of
https://github.com/appwrite/sdk-for-android.git
synced 2026-04-07 19:17:49 +00:00
Merge branch 'master' of github.com:appwrite/sdk-for-android into dev
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
[](https://travis-ci.com/appwrite/sdk-generator)
|
||||
[](https://twitter.com/appwrite_io)
|
||||
[](https://appwrite.io/discord)
|
||||
|
||||
**This SDK is compatible with Appwrite server version 0.12.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-android/releases).**
|
||||
**This SDK is compatible with Appwrite server version 0.11.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-android/releases).**
|
||||
|
||||
Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Android SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
|
||||
|
||||
@@ -38,7 +38,11 @@ repositories {
|
||||
Next, add the dependency to your project's `build.gradle(.kts)` file:
|
||||
|
||||
```groovy
|
||||
<<<<<<< HEAD
|
||||
implementation("io.appwrite:sdk-for-android:0.3.0-SNAPSHOT")
|
||||
=======
|
||||
implementation("io.appwrite:sdk-for-android:0.2.1")
|
||||
>>>>>>> de10694090d63c4d6b8d39a3f651f5b6cc21d0c0
|
||||
```
|
||||
|
||||
### Maven
|
||||
@@ -49,7 +53,11 @@ Add this to your project's `pom.xml` file:
|
||||
<dependency>
|
||||
<groupId>io.appwrite</groupId>
|
||||
<artifactId>sdk-for-android</artifactId>
|
||||
<<<<<<< HEAD
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
=======
|
||||
<version>0.2.1</version>
|
||||
>>>>>>> de10694090d63c4d6b8d39a3f651f5b6cc21d0c0
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
|
||||
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = "1.5.31"
|
||||
version "0.3.0-SNAPSHOT"
|
||||
ext.kotlin_version = "1.4.31"
|
||||
version '0.2.1'
|
||||
repositories {
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
google()
|
||||
|
||||
Reference in New Issue
Block a user