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

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 22 21:55:09 UTC 2021


commit 5f45f0ac7c685399bfae32e4f8090e69f99b22f0
Author: sisbell <shane.isbell at 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
         }
     }
 





More information about the tor-commits mailing list