nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Fix app package name clash with benchmark module

Open wojtek-kalicinski opened this issue 3 years ago • 0 comments

A combination of build type app id suffix (".benchmark") and the "benchmark" module created a situation in which the main APK had same package name as the test APK, resulting in errors. Changing the name and namespace of the benchmark module to "benchmarks" fixes it.

wojtek-kalicinski avatar Oct 26 '22 19:10 wojtek-kalicinski