Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate namespace warning #87

Open
JonatanPlesko opened this issue Dec 3, 2024 · 1 comment
Open

Duplicate namespace warning #87

JonatanPlesko opened this issue Dec 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JonatanPlesko
Copy link
Collaborator

📖 Description

When running an app build, I noticed the following compiler warning:

[com.infinum.sentinel:tool-timber:1.4.1] /Users/example/.gradle/caches/8.11.1/transforms/11b4d22cd144a45e073b7a19723b1b5c/transformed/tool-timber-1.4.1/AndroidManifest.xml Warning:
        Namespace 'com.infinum.sentinel' is used in multiple modules and/or libraries: com.infinum.sentinel:tool-timber:1.4.1, com.infinum.sentinel:sentinel:1.4.1. Please ensure that all modules and libraries have a unique namespace. For more information, See https://developer.android.com/studio/build/configure-app-module#set-namespace

ℹ️ Environment

  • Device: Macbook Pro
  • Operating system: MacOS
  • Software information: 1.4.1
  • Additional information: N/A

💣 Steps to reproduce

  1. Include Sentinel with some tools in it
  2. Compile the app and observe the logs

Alternatively, you could probably run the processDebugMainManifest task manually and get the same warning.

🔧 Expected behavior

No warning.

📄 Additional information

No response

@JonatanPlesko JonatanPlesko added the bug Something isn't working label Dec 3, 2024
@KCeh
Copy link
Collaborator

KCeh commented Dec 3, 2024

We are aware of this issue, we just didn't get around to fixing it (yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants