yanncabral / open_settings_plus

The most complete flutter plugin packages for open various settings screen in Android and newer iOS.
MIT License
18 stars 13 forks source link

fix: namespace and testNamespace must have different names #22

Closed alexisdelage closed 3 weeks ago

alexisdelage commented 1 month ago

Description

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).

image

@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