[tor-commits] [orbot/master] also build universal APK to allow for users who don't know which to use
n8fr8 at torproject.org
n8fr8 at torproject.org
Tue Apr 28 21:05:01 UTC 2020
commit aaa8df42a8a9fa0b9fbc168ce0d59c93ed8462ac
Author: n8fr8 <nathan at guardianproject.info>
Date: Tue Feb 4 13:23:03 2020 -0500
also build universal APK to allow for users who don't know which to use
---
app/build.gradle | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 0b725341..20707251 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,19 +73,20 @@ android {
minSdkVersion 16
applicationId 'org.torproject.android'
targetSdkVersion 28
- versionCode 16132000
+ versionCode 16141000
versionName getVersionName()
archivesBaseName = "Orbot-$versionName"
}
+ /**
appmax {
dimension "free"
minSdkVersion 16
applicationId 'org.torproject.android.max'
targetSdkVersion 28
- versionCode 16132000
+ versionCode 16141000
versionName getVersionName()
archivesBaseName = "orbotMAX-$versionName"
- }
+ }**/
}
splits {
@@ -106,7 +107,7 @@ android {
include "x86", "armeabi-v7a", "x86_64", "arm64-v8a"
// Specifies that we do not want to also generate a universal APK that includes all ABIs.
- universalApk false
+ universalApk true
}
More information about the tor-commits
mailing list