[orbot/master] App should also include a universal APK for build

commit 5f45f0ac7c685399bfae32e4f8090e69f99b22f0 Author: sisbell <shane.isbell@gmail.com> Date: Sun Aug 1 18:55:48 2021 -0700 App should also include a universal APK for build --- app/build.gradle | 6 ++++++ commons-device.gradle | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea344c7b..aa9af8e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,6 +45,12 @@ android { archivesBaseName = "Orbot-$versionName" } } + + splits { + abi { + universalApk true + } + } } dependencies { diff --git a/commons-device.gradle b/commons-device.gradle index 2a0ec4a2..ed69f6ac 100644 --- a/commons-device.gradle +++ b/commons-device.gradle @@ -45,7 +45,6 @@ android { enable true reset() include "x86", "armeabi-v7a", "x86_64", "arm64-v8a" - universalApk false } }
participants (1)
-
n8fr8@torproject.org