// A test project for Dev Updater, not a real app. See ../README.md. // // Builds the same app twice under different variant directories, which is // the only thing this one is for: with more than one build present the // phone gets a variant picker, `resolve_apk` has something to fall back // from when a chosen variant is deleted, and the manifest has to report the // size of the one actually being served. label: "Test: Two Variants", components: [ Apk( name: "app", build: "./build.sh", ), ],