[tor-commits] [orbot/master] only build Orbot/app not app-mini
n8fr8 at torproject.org
n8fr8 at torproject.org
Tue Apr 28 21:05:01 UTC 2020
commit 10e6a421664f68d7d63e9e6c6b94b5fd47b04a46
Author: n8fr8 <nathan at guardianproject.info>
Date: Tue Sep 10 09:20:25 2019 -0400
only build Orbot/app not app-mini
---
fastlane/Fastfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 13e8450f..58efe274 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -38,12 +38,12 @@ platform :android do
end
desc "Build a release APK"
lane :release do
- gradle(task: "clean assemble")
+ gradle(task: "clean assembleFullperm")
end
lane :beta do
# Adjust the `build_type` and `flavor` params as needed to build the right APK for your setup
gradle(
- task: 'clean assemble',
+ task: 'clean assembleFullperm',
build_type: 'Release'
)
upload_to_play_store(track: 'beta')
More information about the tor-commits
mailing list