Skip to content

Commit f706b29

Browse files
iPagarrobwalkerco
andauthored
fix: update config-file.md (#159)
just add a true to android.packageName because it is required option Co-authored-by: Rob Walker <robert.walker@formidable.com>
1 parent d035e82 commit f706b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The config file - which unless specified in the cli should live in `./owl.config
2424
| `android.buildCommand` | false | | Overrides the `assembleDebug` gradle command. Should build the apk |
2525
| `android.buildType` | false | `Release` | Can be one of `debug` or `release`. Used to call either `assembleDebug` or `assembleRelease` |
2626
| `android.binaryPath` | false | | The path to the binary, if you are using a custom build command |
27-
| `android.packageName` | | | The package name/unique identifier of the app |
27+
| `android.packageName` | true | | The package name/unique identifier of the app |
2828
| `android.quiet` | false | | Passes the quiet flag to `gradlew` |
2929

3030
### Example

0 commit comments

Comments
 (0)