Verify multi-channel APK installation compatibility
masterThe verify module is responsible for checking whether the generated multi-channel APKs can be correctly installed on all Android systems. It relies on Google's apksig tool for verification.
Note: This is implemented as a standalone Java module because apksig is compiled with Java 8, which is incompatible with standard Android modules (due to Dex limitations regarding version 52 byte code).