diff --git a/android/app/build.gradle b/android/app/build.gradle index cdff0e8917..cfa42b20bc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -22,7 +22,7 @@ buildscript { googleFirebaseServicesDefault dependencies { - classpath 'com.android.tools.build:gradle:8.5.2' + classpath 'com.android.tools.build:gradle:8.6.1' if (googleFirebaseServicesEnabled) { println('Building with Google Firebase Services') @@ -100,7 +100,7 @@ android { // All properties are read from gradle.properties file compileSdk propCompileSdkVersion.toInteger() - ndkVersion '27.0.12077973' + ndkVersion '27.1.12297006' defaultConfig { // Default package name is taken from the manifest and should be app.organicmaps @@ -325,7 +325,7 @@ android { externalNativeBuild { cmake { - version '3.22.1+' + version '3.30.3+' buildStagingDirectory './nativeOutputs' path '../../CMakeLists.txt' } diff --git a/android/build.gradle b/android/build.gradle index 536332ec59..bf819e09e9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.5.2' apply false - id 'com.android.library' version '8.5.2' apply false + id 'com.android.application' version '8.6.1' apply false + id 'com.android.library' version '8.6.1' apply false }