Skip to content

Commit 8757add

Browse files
committed
Remove unneeded android { ... } section in docs
1 parent e99acdc commit 8757add

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,17 @@ You can configure this behavior with `multipler` and `parts` properties, but be
6666

6767
## Configuration Properties
6868

69-
An `androidGitVersion` block can supply optional properties to configure this plugin's behavior, e.g.:
69+
An `androidGitVersion` block in your project's `build.gradle` file can supply optional properties to configure this plugin's behavior, e.g.:
7070

7171
```groovy
72-
android {
73-
androidGitVersion {
74-
prefix 'lib-'
75-
onlyIn 'my-library'
76-
multiplier 10000
77-
parts 2
78-
baseCode 2000
79-
hideBranches = [ 'develop' ]
80-
}
72+
androidGitVersion {
73+
prefix 'lib-'
74+
onlyIn 'my-library'
75+
multiplier 10000
76+
parts 2
77+
baseCode 2000
78+
hideBranches = [ 'develop' ]
79+
}
8180
```
8281

8382
### prefix (string)

0 commit comments

Comments
 (0)