mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-14 23:18:43 +00:00
Add argument to skip Production Signing in TL;DR instructions
@@ -12,7 +12,7 @@ $ git clone https://github.com/signalapp/Signal-Android.git && cd Signal-Android
|
||||
$ git checkout v[the version number]
|
||||
|
||||
# Build using the Docker environment
|
||||
$ docker run --rm -v $(pwd):/project -w /project whispersystems/signal-android:1.3 ./gradlew clean assembleRelease
|
||||
$ docker run --rm -v $(pwd):/project -w /project whispersystems/signal-android:1.3 ./gradlew clean assembleRelease --exclude-task signProductionPlayRelease
|
||||
|
||||
# Verify the APKs
|
||||
$ apkdiff/apkdiff.py build/outputs/apks/project-release-unsigned.apk path/to/SignalFromPlay.apk
|
||||
|
||||
Reference in New Issue
Block a user