appcenter-sdk-react-native
appcenter-sdk-react-native copied to clipboard
Move namespaces definition to build.gradle file
- [x] Has
CHANGELOG.md
been updated? - [ ] Are tests passing locally?
- [x] Are the files formatted correctly?
- [x] Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?
Description
The namespace declaration in AndroidManifest.xml is currently deprecated. Therefore, following the recommendation, we moved the namespace declaration to build.gradle file.
Related PRs or issues
#1033