Skip to content

Commit

Permalink
Change xml style to mention package name (lugg#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
asukiaaa authored and pvinis committed Jan 18, 2022
1 parent e251173 commit 9bc4786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Add this in `android/app/build.gradle`
```
defaultConfig {
...
resValue "string", "build_config_package", "YOUR_PACKAGE_NAME_IN_ANDROIDMANIFEST.XML"
resValue "string", "build_config_package", "YOUR_PACKAGE_NAME_IN_ANDROIDMANIFEST_XML"
}
```

Expand Down

0 comments on commit 9bc4786

Please sign in to comment.