From 590acd0bcb844b4928b4e22ed21e6d26d38afa2f Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Thu, 24 Oct 2024 14:16:20 +0200 Subject: [PATCH] Fix: Bad version of the SoLoader SDK --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index dc78ab3..3c3528e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -53,6 +53,7 @@ ext { minSdkVersion = 21 compileSdkVersion = 33 targetSdkVersion = 33 + soLoaderVersion = "0.10.4+" if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to use the NDK 24 which added support for aarch64