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