We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035e82 commit f706b29Copy full SHA for f706b29
docs/introduction/config-file.md
@@ -24,7 +24,7 @@ The config file - which unless specified in the cli should live in `./owl.config
24
| `android.buildCommand` | false | | Overrides the `assembleDebug` gradle command. Should build the apk |
25
| `android.buildType` | false | `Release` | Can be one of `debug` or `release`. Used to call either `assembleDebug` or `assembleRelease` |
26
| `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 |
+| `android.packageName` | true | | The package name/unique identifier of the app |
28
| `android.quiet` | false | | Passes the quiet flag to `gradlew` |
29
30
### Example
0 commit comments