commit cd80e8506f11acb41e5abe0cd37aabbb3fd67038 Author: n8fr8 nathan@guardianproject.info Date: Tue Aug 6 16:56:28 2019 -0400
update to 16.1.1-BETA-1-tor-0.4.0.4-rc --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index c1ddabff..8a656922 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ android { minSdkVersion 16 applicationId 'org.torproject.android' targetSdkVersion 28 - versionCode 16109000 - versionName '16.1.0-RC-3-tor-0.4.0.4-rc' + versionCode 16110000 + versionName '16.1.1-BETA-1-tor-0.4.0.4-rc' archivesBaseName = "Orbot-$versionName" } } @@ -55,7 +55,7 @@ android { reset()
// Specifies a list of ABIs that Gradle should create APKs for. - include "x86", "armeabi", "armeabi-v7a", "x86_64", "arm64-v8a" + 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 true
tor-commits@lists.torproject.org