Skip to content

Commit

Permalink
Updated mobile requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr committed Nov 21, 2023
1 parent 654072d commit c3f004d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/getting-started/clients/mobile/android/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
Before you start, you should have the recommended [Tools and Libraries](../../../tools/index.md)
installed. You will also need to install:

1. Visual Studio 2019 (required for a dependency not included yet in VS 2022; development can be
done in VS 2022)
2. [dotnet Core 3.1 (latest)](https://dotnet.microsoft.com/en-us/download/dotnet/3.1)
1. Visual Studio 2022
2. [.NET 7.0.x (latest)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- Note: Even if you have an M1 Mac with ARM 64 architecture, you can install all x64 SDKs to run
android
3. [Xamarin (Android)](https://learn.microsoft.com/en-us/xamarin/get-started/installation/?pivots=macos-vs2022)
4. Android SDK 29
4. Android SDK 33
- You can use the SDK manager in [Xamarin, Visual Studio][xamarin-vs], or [Android
Studio][android-studio] to install this

Expand Down
5 changes: 2 additions & 3 deletions docs/getting-started/clients/mobile/ios/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ import TabItem from "@theme/TabItem";

## Requirements

- dotnet Core 2.0 (latest)
- dotnet Core 3.1 (latest)
- [.NET 7.0.x (latest)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- Xamarin (iOS)
- A Mac with Xcode installed
- A Mac with Xcode 15 installed

## Apple Developer Account Setup

Expand Down

0 comments on commit c3f004d

Please sign in to comment.