Skip to content

Commit a010850

Browse files
Update README.md
1 parent e2bd0b1 commit a010850

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@ Templates located in [/moxy-templates](https://github.com/Arello-Mobile/Moxy/tre
7373
[FAQ](https://github.com/Arello-Mobile/Moxy/wiki/FAQ)
7474

7575
## Integration
76+
77+
Add the JitPack repository to your build file:
78+
```groovy
79+
allprojects {
80+
repositories {
81+
...
82+
maven { url 'https://jitpack.io' }
83+
}
84+
}
85+
```
86+
7687
Base modules integration:
7788
```groovy
7889
dependencies {

0 commit comments

Comments
 (0)