diff --git a/android/build.gradle b/android/build.gradle index 44413432ee..cf8de49d28 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -133,7 +133,7 @@ android { compileSdkVersion propCompileSdkVersion.toInteger() buildToolsVersion propBuildToolsVersion - ndkVersion '24.0.8215888' + ndkVersion '25.1.8937393' defaultConfig { // Default package name is taken from the manifest and should be app.organicmaps diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 91b9b993ab..6b3e7f592d 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -247,7 +247,7 @@ Install Android SDK and NDK: - Select "Android 12.0 (S) / API Level 31" SDK. - Switch to "SDK Tools" tab. - Check "Show Package Details" checkbox. -- Select "NDK (Side by side)" version **24.0.8215888**. +- Select "NDK (Side by side)" version **25.1.8937393**. - Select "CMake" version **3.18.1**. - Click "Apply" and wait for downloads and installation to finish. - In the left pane menu select "Appearance & Behavior > System Settings > Memory Settings".