From 3e6fdd5a6b42a76cc03494415cec77716207dcf3 Mon Sep 17 00:00:00 2001 From: Behzod Halil <72313937+behzodhalil@users.noreply.github.com> Date: Sun, 3 Sep 2023 10:26:32 +0900 Subject: [PATCH] chore: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a74f19e..e6b291e 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,6 @@ Unit tests for the data layer, especially repositories. Most of the data layer s # Setup -You need to use at least Android Studio Flamingo (note: Java 17 is now the minimum version required). Requires XCode 13.2 or later (due to use of new Swift 5.5 concurrency APIs). +To build and run the Android client, you must use Android Studio Arctic Fox or a newer version. + +For iOS development, you'll need XCode 13.2 or a later version, primarily because of the utilization of the new Swift 5.5 concurrency APIs. When you open the iOS project, please ensure that you open the `.xcworkspace` file instead of the `.xcodeproj` file.