mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
Update reproducible build script to handle acceptable resource differences.
Fixes #13565
This commit is contained in:
10
reproducible-builds/apkdiff/pyproject.toml
Normal file
10
reproducible-builds/apkdiff/pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "apkdiff"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"androguard>=4.1.3",
|
||||
"tqdm>=4.67.1",
|
||||
]
|
||||
Reference in New Issue
Block a user