[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] only build Orbot/app not app-mini
commit 10e6a421664f68d7d63e9e6c6b94b5fd47b04a46
Author: n8fr8 <nathan@xxxxxxxxxxxxxxxxxxxx>
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')
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits