chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.5k stars 98 forks source link

update_verification.py: Manually add checksums for every aapt2 jar #493

Closed chenxiaolong closed 5 months ago

chenxiaolong commented 5 months ago

By default, Gradle only downloads the jar for the host OS. This isn't sufficient when folks trying to build BCR from source are running a different OS than me.

Fixes: #491