microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.99k stars 1.48k forks source link

Move namespace definition to build.gradle #2745

Closed MikhailSuendukov closed 2 months ago

MikhailSuendukov commented 2 months ago

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

Issue: #2743