diff --git a/android/gradle.properties b/android/gradle.properties index 9f6a078..48e276f 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,4 +2,4 @@ Omni_kotlinVersion=2.1.20 Omni_minSdkVersion=26 Omni_targetSdkVersion=35 Omni_compileSdkVersion=34 -Omni_ndkVersion=27.1.12297006 +Omni_ndkVersion=29.0.14206865 diff --git a/example/android/build.gradle b/example/android/build.gradle index 859f764..102b7c9 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -4,7 +4,7 @@ buildscript { minSdkVersion = 26 compileSdkVersion = 36 targetSdkVersion = 36 - ndkVersion = "27.1.12297006" + ndkVersion = "29.0.14206865" kotlinVersion = "2.1.20" } repositories {