bump SDK versions

This commit is contained in:
Vincent (Wen Yu) Ge
2024-04-26 22:10:53 -04:00
parent 1d8ec94d1e
commit e9018e27c8
26 changed files with 52 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ Install the Android Appwrite SDK.
Add the following to your dependencies in the `app/build.gradle` file:
```groovy
implementation("io.appwrite:sdk-for-android:4.0.1")
implementation("io.appwrite:sdk-for-android:5.1.0")
```
In case you need to create OAuth 2 sessions in the future, the following activity needs to be added inside the `<application>` tag, along side the existing `<activity>` tags in your [AndroidManifest.xml](https://developer.android.com/guide/topics/manifest/manifest-intro).

View File

@@ -20,7 +20,7 @@ Once the project is created, change your current working directory and install t
```sh
cd ideas-tracker
npm install appwrite@13.0.2
npm install appwrite@14.0.1
npm install "@appwrite.io/pink"
```

View File

@@ -18,7 +18,7 @@ npm create vite@latest --template react ideas-tracker && cd ideas-tracker
Install the JavaScript Appwrite SDK.
```sh
npm install appwrite@13.0.2
npm install appwrite@14.0.1
```
You can start the development server to watch your app update in the browser as you make changes.

View File

@@ -48,5 +48,5 @@ npm install
Appwrite provides a Web SDK that can be used in your Svelte apps. You can use Appwrite by installing the Web SDK as an NPM package.
```sh
npm install appwrite@13.0.2
npm install appwrite@14.0.1
```

View File

@@ -20,7 +20,7 @@ npm install
Install the JavaScript Appwrite SDK.
```sh
npm install appwrite@13.0.2
npm install appwrite@14.0.1
```
You can start the development server to watch your app update in the browser as you make changes.

View File

@@ -18,7 +18,7 @@ npm create vite@latest --template vue ideas-tracker && cd ideas-tracker
Install the JavaScript Appwrite SDK.
```sh
npm install appwrite@13.0.2
npm install appwrite@14.0.1
```
You can start the development server to watch your app update in the browser as you make changes.