Skip to content

Commit 0ce2ec9

Browse files
committed
Update README.md
1 parent 6fb0254 commit 0ce2ec9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@ Example Android project that works with jitpack.io
55
https://jitpack.io/#jitpack/android-example/1.0.1
66

77
Add it to your build.gradle with:
8+
```gradle
9+
repositories {
10+
maven {
11+
url "https://jitpack.io"
12+
}
13+
}
14+
```
15+
and:
16+
817
```gradle
918
dependencies {
1019
compile 'com.github.jitpack:android-example:1.0.1@aar'
1120
}
1221
```
1322

14-
# Adding maven plugin
23+
# Adding the maven plugin
1524

1625
To enable installing into local maven repository and JitPack you need to add the 'android-maven' plugin:
1726

0 commit comments

Comments
 (0)