Closed danielgomezrico closed 4 years ago
Hi,
Thanks for this awesome plugin.
If you set the applicationIdSuffix, the plugin uses the main app package without the applicationIdSuffix modification.
applicationIdSuffix
Example of setup:
buildTypes { debug { applicationIdSuffix ".staging" } release {} }
And so I cant use this if Im in debug since it tries to uninstall or run ADB commands with this setup.
Not a real issue, it works fine.
Hi,
Thanks for this awesome plugin.
If you set the
applicationIdSuffix
, the plugin uses the main app package without theapplicationIdSuffix
modification.Example of setup:
And so I cant use this if Im in debug since it tries to uninstall or run ADB commands with this setup.