You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Include Sentinel with some tools in it
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
The text was updated successfully, but these errors were encountered:
📖 Description
When running an app build, I noticed the following compiler warning:
ℹ️ Environment
💣 Steps to reproduce
Alternatively, you could probably run the
processDebugMainManifest
task manually and get the same warning.🔧 Expected behavior
No warning.
📄 Additional information
No response
The text was updated successfully, but these errors were encountered: