Commit 0c46c4b
Migrate helloworld to use
Summary:
Pull Request resolved: #52647
This removes the need to specify 2 Manifests for apps and we can just use the `main` manifes to toggle if `usesCleartextTraffic` should be enabled or not.
This will have to be replicated in the template repository.
Changelog:
[Android] [Added] - Add support to specify a single Manifest rather than 2 (main/debug) by using the `usesCleartextTraffic` manifest placeholder which is autoconfigured by RNGP.
Reviewed By: cipolleschi
Differential Revision: D78425139{usesCleartextTraffic} manifest placeholder (#52647)1 parent c9086c1 commit 0c46c4b
File tree
2 files changed
+1
-9
lines changed- private/helloworld/android/app/src
- debug
- main
2 files changed
+1
-9
lines changedLines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments