// A test project for Dev Updater, not a real app. See ../README.md. // // The plain case: one APK component, one variant, and nothing said about // resources -- which is itself the thing being tested here, since an // uninstall dialog for this project has to show its data and config toggles // disabled and say *why*, distinguishably from a project whose resources // could not be read. label: "Test: Hello", components: [ Apk( name: "app", // The list form rather than a line, because the label has a space // in it and the line form splits on whitespace. build: ["../lib/build-apk.sh", "--package", "com.example.dutest.hello", "--label", "Test Hello"], ), ],