This PR moves the value from the manifest to the associated gradle build.
The compiler was flagging the inline fun API in the logger / base logger as not being useful, but that's a deliberate design choice of the API, so I added a line to suppress the warning for those files.
The namespace / package declaration for Android was moved from the AndroidManifest to a gradle property as reported by numerous build warnings.
This PR moves the value from the manifest to the associated gradle build.
The compiler was flagging the
inline fun
API in the logger / base logger as not being useful, but that's a deliberate design choice of the API, so I added a line to suppress the warning for those files.