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: