-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Sets the namespace via Gradle and not via AndroidManifest #35094
Conversation
This pull request was exported from Phabricator. Differential Revision: D40724654 |
Base commit: ec5a430 |
Base commit: 6621150 |
PR build artifact for 0c0d3d4 is ready. |
PR build artifact for 0c0d3d4 is ready. |
Currently blocked by react-native-community/cli#1727 |
This pull request was exported from Phabricator. Differential Revision: D40724654 |
…5094) Summary: Pull Request resolved: facebook#35094 Currently the build on console is firing this warning: ``` > Task :app:processDebugMainManifest package="com.androidtemplateproject" found in source AndroidManifest.xml: /tmp/AndroidTemplateProject/android/app/src/main/AndroidManifest.xml. Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated. Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespace This migration can be done automatically using the AGP Upgrade Assistant, please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information. ``` This diff fixes it so users won't see it anymore on 0.71 Changelog: [Android] [Fixed] - Sets the namespace via Gradle and not via AndroidManifest Reviewed By: cipolleschi Differential Revision: D40724654 fbshipit-source-id: 9a059a3619158ad13c66f87b6ed7d4ab4886ad8a
0c0d3d4
to
1f143e8
Compare
PR build artifact for 1f143e8 is ready. |
PR build artifact for 1f143e8 is ready. |
…5094) Summary: Pull Request resolved: facebook#35094 Currently the build on console is firing this warning: ``` > Task :app:processDebugMainManifest package="com.androidtemplateproject" found in source AndroidManifest.xml: /tmp/AndroidTemplateProject/android/app/src/main/AndroidManifest.xml. Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated. Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespace This migration can be done automatically using the AGP Upgrade Assistant, please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information. ``` This diff fixes it so users won't see it anymore on 0.71 Changelog: [Android] [Fixed] - Sets the namespace via Gradle and not via AndroidManifest Reviewed By: cipolleschi Differential Revision: D40724654 fbshipit-source-id: 7a1a151f86a283aeac8412bc0e3ad3253ddf95db
This pull request was exported from Phabricator. Differential Revision: D40724654 |
1f143e8
to
37464d3
Compare
PR build artifact for 37464d3 is ready. |
PR build artifact for 37464d3 is ready. |
This pull request was successfully merged by @cortinico in cec9a34. When will my fix make it into a release? | Upcoming Releases |
…5094) Summary: Pull Request resolved: facebook#35094 Currently the build on console is firing this warning: ``` > Task :app:processDebugMainManifest package="com.androidtemplateproject" found in source AndroidManifest.xml: /tmp/AndroidTemplateProject/android/app/src/main/AndroidManifest.xml. Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated. Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespace This migration can be done automatically using the AGP Upgrade Assistant, please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information. ``` This diff fixes it so users won't see it anymore on 0.71 Changelog: [Android] [Fixed] - Sets the namespace via Gradle and not via AndroidManifest Reviewed By: cipolleschi Differential Revision: D40724654 fbshipit-source-id: 9b01748a22e9993b60e17bf25acbc68ba8e4eb77
Summary:
Currently the build on console is firing this warning:
This diff fixes it so users won't see it anymore on 0.71
Changelog:
[Android] [Fixed] - Sets the namespace via Gradle and not via AndroidManifest
Differential Revision: D40724654