Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 04:12
· 32 commits to main since this release

Install

Download virtual-vs-1.3.0.apk below and open it on your Android device.
You'll need to allow installing from your browser or file manager the first time.

Verify this build before you install it

You do not have to take my word for what is in this APK.

1. Confirm GitHub built it, from this repo, at this commit:

gh attestation verify virtual-vs-1.3.0.apk --repo campos20/virtual-vs

This checks a signature recorded in a public transparency log when the
workflow ran. It proves the file came from this workflow
building commit c81449b2c7ba7dffbc510179e7323a4b9ce5e7f3 - not from someone reuploading a modified build.

2. Confirm the file wasn't altered after upload:

sha256sum -c SHA256SUMS.txt

3. Signing certificate

apksigner verify --print-certs virtual-vs-1.3.0.apk

SHA-256 of the certificate that signed this APK:

fac61745dc0903786fb9ede62a962b399f7348f0bb6f899b8332667591033b9c

Note: this build was signed with a generated key rather than a stable
project release key, so this fingerprint may differ between releases and
Android may ask you to uninstall before updating. Step 1 above is the check
that actually ties this APK to its source commit.

What's Changed

Full Changelog: v1.2.0...v1.3.0