Fix issue #19: namespace and testNamespace in build.gradle config must have different names.
This problem causes a warning when running the android app, and an error when trying to run tests on the Android code (for those using flutter add-to-app - see below).
@yanncabral Can you merge and publish this fix please? Your lib is awesome, but I am blocked right now because it breaks our CI for native Android tests
Description
Fix issue #19:
namespace
andtestNamespace
inbuild.gradle
config must have different names.This problem causes a warning when running the android app, and an error when trying to run tests on the Android code (for those using flutter add-to-app - see below).
@yanncabral Can you merge and publish this fix please? Your lib is awesome, but I am blocked right now because it breaks our CI for native Android tests