Skip to content

Commit c2e76a8

Browse files
committed
Update README.md
1 parent 2bce6f4 commit c2e76a8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ dependencies {
2222
}
2323
```
2424

25+
## Multiple build variants
2526

27+
If your library uses multiple flavours then see this example:
28+
https://github.com/jitpack-io/android-jitpack-library-example
2629

27-
# Adding the maven plugin
30+
## Adding the maven plugin
2831

2932
To enable installing into local maven repository and JitPack you need to add the [android-maven](https://github.com/dcendents/android-maven-plugin) plugin:
3033

@@ -37,7 +40,7 @@ After these changes you should be able to run:
3740

3841
from the root of your project. If install works and you have added a GitHub release it should work on jitpack.io
3942

40-
# Adding a sample app
43+
## Adding a sample app
4144

4245
If you add a sample app to the same repo then your app needs to have a dependency on the library. To do this in your app/build.gradle add:
4346

0 commit comments

Comments
 (0)