From 8db6dfdde76ee25db2b4fb33b6e906183b20e803 Mon Sep 17 00:00:00 2001 From: 2-4601 <2-4601@users.noreply.github.com> Date: Mon, 4 Feb 2019 18:51:07 +0200 Subject: [PATCH] Do not execute the new signing mechanism when compiling the release --- Reproducible-Builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reproducible-Builds.md b/Reproducible-Builds.md index 033035a..7a90ba8 100644 --- a/Reproducible-Builds.md +++ b/Reproducible-Builds.md @@ -183,7 +183,7 @@ root@container:# git checkout --quiet v3.15.2 Now you may compile the release APK by running: ``` -root@container:# ./gradlew clean assembleRelease +root@container:# ./gradlew clean assemblePlayRelease --exclude-task signProductionPlayRelease ``` This will take a few minutes :sleeping: