From 4d3a1f808cccf20c326195cc25de683ee25acf03 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Fri, 16 Jun 2023 16:12:27 -0400 Subject: [PATCH] Updated Building For Android (markdown) --- Building-For-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-For-Android.md b/Building-For-Android.md index 98dab45..289f0ca 100644 --- a/Building-For-Android.md +++ b/Building-For-Android.md @@ -1,7 +1,7 @@ ## Note: These build instructions are a work-in-progress. ### Dependencies * [Android Studio](https://developer.android.com/studio) -* [NDK and CMake](https://developer.android.com/studio/projects/install-ndk#default-version) +* [NDK 25.2.9519653 and CMake 3.22.1](https://developer.android.com/studio/projects/install-ndk#default-version) * [Git](https://git-scm.com/download) #### Windows - Additional Dependencies * **[Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer. Make sure to update to the latest version if already installed.**