yanncabral / open_settings_plus

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

Android build warning #19

Closed JaseElder closed 1 week ago

JaseElder commented 4 months ago

Getting the error:

namespace and testNamespace have the same value ("br.com.yanncabral.open_settings_plus"), which is not allowed.

Using gradle 8.7

djesusguimaraes commented 3 months ago

Getting the same, but like a warning, using Gradle 8.2.2:

image

alexisdelage commented 1 week ago

@yanncabral This issue has been solved by #22, can you make a new release on pub.dev so that we can definitely close this issue?

yanncabral commented 1 week ago

This issue has been fixed in version 0.4.0 which is now available on pub.dev.

The fix includes changing the testNamespace to br.com.yanncabral.open_settings_plus.test to avoid the namespace conflict warning in Gradle 8.x.

Please let me know if you experience any other issues. Thanks for reporting!