Skip to content

Commit 2b01810

Browse files
committed
Update README.md
1 parent 53a2505 commit 2b01810

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Release](https://img.shields.io/github/release/jitpack/android-example.svg?label=maven version)](https://jitpack.io/#jitpack/android-example)
44

5-
6-
Example Android project that works with jitpack.io
5+
Example Android library project that works with jitpack.io. The
6+
See also the guide for [building Android projects](https://github.com/jitpack/jitpack.io/blob/master/ANDROID.md)
77

88
https://jitpack.io/#jitpack/android-example/1.0.2
99

@@ -21,9 +21,11 @@ dependencies {
2121
}
2222
```
2323

24+
25+
2426
# Adding the maven plugin
2527

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

2830
1. Add `classpath 'com.github.dcendents:android-maven-plugin:1.2'` to root build.gradle under buildscripts
2931
2. Add `apply plugin: 'android-maven'` to the library/build.gradle

0 commit comments

Comments
 (0)