[tor-commits] [orbot/master] update gradle to produce APKs appropriately named

n8fr8 at torproject.org n8fr8 at torproject.org
Mon May 14 19:34:41 UTC 2018


commit ae282939c2534c151f63c8d2f3f76bb1867bbfbc
Author: n8fr8 <nathan at freitas.net>
Date:   Mon May 14 15:18:03 2018 -0400

    update gradle to produce APKs appropriately named
---
 app/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/build.gradle b/app/build.gradle
index ed8ce52b..6a23272b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -46,6 +46,7 @@ android {
             targetSdkVersion 27
             versionCode 16020012
             versionName '16.0.2-BETA-2'
+            archivesBaseName = "Orbot-$versionName"
         }
     }
 





More information about the tor-commits mailing list