trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer
Apache License 2.0
54 stars 18 forks source link

Pass verboseOutput argument to adb install command #64

Closed plastiv closed 4 years ago

plastiv commented 4 years ago

Enabling log output for #59

trevjonez commented 4 years ago

I think this is probably good to go, but I want to add a test case to cover it. There will be extra work in setup and tear down though. I am thinking build an apk with matching package name with a higher version code. then run the normal flow so we can see it implode and verify the result is to our liking.

I should have some time tonight to get it done.