diff --git a/android/build.gradle b/android/build.gradle index de69614225..b32ece0d7b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -136,7 +136,7 @@ android { compileSdkVersion propCompileSdkVersion.toInteger() buildToolsVersion propBuildToolsVersion - ndkVersion '23.1.7779620' + ndkVersion '24.0.8215888' 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 529f59ff7e..c7c886ed06 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 **23.1.7779620**. +- Select "NDK (Side by side)" version **24.0.8215888**. - 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".