We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb0254 commit 0ce2ec9Copy full SHA for 0ce2ec9
1 file changed
README.md
@@ -5,13 +5,22 @@ Example Android project that works with jitpack.io
5
https://jitpack.io/#jitpack/android-example/1.0.1
6
7
Add it to your build.gradle with:
8
+```gradle
9
+ repositories {
10
+ maven {
11
+ url "https://jitpack.io"
12
+ }
13
14
+```
15
+and:
16
+
17
```gradle
18
dependencies {
19
compile 'com.github.jitpack:android-example:1.0.1@aar'
20
}
21
```
22
-# Adding maven plugin
23
+# Adding the maven plugin
24
25
To enable installing into local maven repository and JitPack you need to add the 'android-maven' plugin:
26
0 commit comments