Do not execute the new signing mechanism when compiling the release

2-4601
2019-02-04 18:51:07 +02:00
parent 91df31cb29
commit 8db6dfdde7

@@ -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: