From 34f3d2ce718334a96b466daf89150716ce2811e9 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 29 Jun 2022 14:59:20 +0300 Subject: [PATCH] temporarly use single target --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }