From e71502826a9b7dd20df42d22e46ddb005fa50899 Mon Sep 17 00:00:00 2001 From: Craig Colegrove Date: Mon, 9 Sep 2024 13:44:22 -0700 Subject: [PATCH] Different NDK --- android/examples/Example_Application/app/build.gradle | 2 +- android/ironoxide-android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/examples/Example_Application/app/build.gradle b/android/examples/Example_Application/app/build.gradle index 0ebcc93..3a2cb3c 100644 --- a/android/examples/Example_Application/app/build.gradle +++ b/android/examples/Example_Application/app/build.gradle @@ -5,7 +5,7 @@ android { buildToolsVersion "29.0.3" // This is the same NDK version as used in ironoxide-android. // We should keep these in sync for best compatibility. - ndkVersion "27.0.12077973" + ndkVersion "26.3.11579264" defaultConfig { applicationId "com.ironcorelabs.example_application" diff --git a/android/ironoxide-android/build.gradle b/android/ironoxide-android/build.gradle index e0dca79..5bfc9bb 100644 --- a/android/ironoxide-android/build.gradle +++ b/android/ironoxide-android/build.gradle @@ -7,7 +7,7 @@ android { buildToolsVersion "29.0.3" // Locked NDK version for consistent builds. We use the same version in the Example App // and they should remain in sync for best compatibility. - ndkVersion "27.0.12077973" + ndkVersion "26.3.11579264" defaultConfig { // sdk version 24 required to support Java's Optional type