mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 20:07:32 +00:00
Update reproducible build instructions.
This commit is contained in:

committed by
Alex Hart

parent
b306a3ef41
commit
a70e8ec7a7
@@ -18,7 +18,7 @@ docker build -t signal-android .
|
||||
cd ..
|
||||
|
||||
# Build using the Docker environment
|
||||
docker run --rm -v $(pwd):/project -w /project signal-android ./gradlew clean assembleRelease
|
||||
docker run --rm -v $(pwd):/project -w /project signal-android ./gradlew clean assemblePlayProdRelease
|
||||
|
||||
# Verify the APKs
|
||||
python3 apkdiff/apkdiff.py build/outputs/apks/project-release-unsigned.apk path/to/SignalFromPlay.apk
|
||||
|
Reference in New Issue
Block a user