You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
7
7
8
8
https://jitpack.io/#jitpack/android-example/1.0.2
9
9
@@ -21,9 +21,11 @@ dependencies {
21
21
}
22
22
```
23
23
24
+
25
+
24
26
# Adding the maven plugin
25
27
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:
27
29
28
30
1. Add `classpath 'com.github.dcendents:android-maven-plugin:1.2'` to root build.gradle under buildscripts
29
31
2. Add `apply plugin: 'android-maven'` to the library/build.gradle
0 commit comments