mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 04:22:13 +00:00
chore: update sdk versions across docs
This commit is contained in:
@@ -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:5.1.0")
|
||||
implementation("io.appwrite:sdk-for-android:8.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).
|
||||
|
||||
@@ -37,7 +37,7 @@ cd my-astro-project
|
||||
Appwrite provides a Node SDK that can be used in your Astro apps. You can use Appwrite by installing the Node SDK as an NPM package. The Node SDK is intended for server-side use. If you want to use Appwrite in a client-side application, you should use the Web SDK instead.
|
||||
|
||||
```sh
|
||||
npm install node-appwrite
|
||||
npm install node-appwrite@17.0.0
|
||||
```
|
||||
|
||||
# Add Node adapter to Astro {% #add-node-to-astro %}
|
||||
|
||||
@@ -40,5 +40,5 @@ Appwrite provides a Node SDK that can be used in your Next.js apps. You can use
|
||||
The Node SDK is intended for server-side use. If you want to use Appwrite in a client-side application, you should use the [Web SDK](/docs/quick-starts/web) instead.
|
||||
|
||||
```sh
|
||||
npm install node-appwrite
|
||||
npm install node-appwrite@17.0.0
|
||||
```
|
||||
@@ -34,5 +34,5 @@ Appwrite provides a Node SDK that can be used in your Nuxt apps. You can use App
|
||||
The Node SDK is intended for server-side use. If you want to use Appwrite in a client-side application, you should [use the Web SDK instead](/docs/tutorials/nuxt)
|
||||
|
||||
```sh
|
||||
npm install node-appwrite
|
||||
npm install node-appwrite@17.0.0
|
||||
```
|
||||
@@ -20,7 +20,7 @@ Once the project is created, change your current working directory and install t
|
||||
|
||||
```sh
|
||||
cd ideas-tracker
|
||||
npm install appwrite@14.0.1
|
||||
npm install appwrite@18.1.1
|
||||
npm install "@appwrite.io/pink"
|
||||
```
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ npm create vite@latest -- --template react ideas-tracker && cd ideas-tracker
|
||||
Install the JavaScript Appwrite SDK.
|
||||
|
||||
```sh
|
||||
npm install appwrite@14.0.1
|
||||
npm install appwrite@18.1.1
|
||||
```
|
||||
|
||||
You can start the development server to watch your app update in the browser as you make changes.
|
||||
|
||||
@@ -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@14.0.1
|
||||
npm install appwrite@18.1.1
|
||||
```
|
||||
@@ -49,5 +49,5 @@ Appwrite provides a Node SDK that can be used in your Svelte apps. You can use A
|
||||
The Node SDK is intended for server-side use. If you want to use Appwrite in a client-side application, you should [use the Web SDK instead](/docs/tutorials/sveltekit-csr-auth).
|
||||
|
||||
```sh
|
||||
npm install node-appwrite
|
||||
npm install node-appwrite@17.0.0
|
||||
```
|
||||
@@ -20,7 +20,7 @@ npm install
|
||||
Install the JavaScript Appwrite SDK.
|
||||
|
||||
```sh
|
||||
npm install appwrite@14.0.1
|
||||
npm install appwrite@18.1.1
|
||||
```
|
||||
|
||||
You can start the development server to watch your app update in the browser as you make changes.
|
||||
|
||||
@@ -18,7 +18,7 @@ npm create vite@latest --template vue ideas-tracker && cd ideas-tracker
|
||||
Install the JavaScript Appwrite SDK.
|
||||
|
||||
```sh
|
||||
npm install appwrite@14.0.1
|
||||
npm install appwrite@18.1.1
|
||||
```
|
||||
|
||||
You can start the development server to watch your app update in the browser as you make changes.
|
||||
|
||||
Reference in New Issue
Block a user