diff --git a/build.gradle b/build.gradle index c4ca464..faf1a70 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,8 @@ android { cargo { module = "./" libname = "stremio_core_android" - targets = ["arm", "arm64", "x86", "x86_64"] + // targets = ["arm", "arm64", "x86", "x86_64"] + targets = ["arm64"] verbose = true profile = rootProject.ext.has("stremio_core_android_profile") ? rootProject.ext.get("stremio_core_android_profile") : "debug" }