@@ -25,11 +25,11 @@ rename_android(
2525)
2626```
2727
28- | Parameter | Description | Required | Default |
29- | ---| ---| ---| ---|
30- | ` path ` | Path to the Android project root | Yes | |
31- | ` package_name ` | The current package name | Yes | |
32- | ` new_package_name ` | The new package name | Yes | |
28+ | Parameter | Description | Required | Default |
29+ | -------------------- | ---------------------------------- | ---------- | ------ ---|
30+ | ` path ` | Path to the Android project root | Yes | |
31+ | ` package_name ` | The current package name | Yes | |
32+ | ` new_package_name ` | The new package name | Yes | |
3333
3434### rename_android_app_name
3535
@@ -42,22 +42,22 @@ rename_android_app_name(
4242)
4343```
4444
45- | Parameter | Description | Required | Default |
46- | ---| ---| ---| ---|
47- | ` new_name ` | The new display name for the app | No | |
48- | ` manifest ` | Path to the AndroidManifest.xml file | No | ` app/src/main/AndroidManifest.xml ` |
45+ | Parameter | Description | Required | Default |
46+ | ------------ | -------------------------------------- | ---------- | --------------------------------- ---|
47+ | ` new_name ` | The new display name for the app | No | |
48+ | ` manifest ` | Path to the AndroidManifest.xml file | No | ` app/src/main/AndroidManifest.xml ` |
4949
5050## Run tests for this plugin
5151
5252To run both the tests, and code style validation, run
5353
5454```
55- rake
55+ bundle exec rake
5656```
5757
5858To automatically fix many of the styling issues, use
5959```
60- rubocop -a
60+ bundle exec rubocop -a
6161```
6262
6363## Issues and Feedback
0 commit comments