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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,12 @@ dependencies {
27
27
28
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:
29
29
30
-
1. Add `classpath 'com.github.dcendents:android-maven-plugin:1.2'` to root build.gradle under buildscripts
31
-
2. Add `apply plugin: 'android-maven'` to the library/build.gradle
30
+
1. Add `classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'` to root build.gradle under `buildscript { dependencies {`
31
+
2. Add `com.github.dcendents.android-maven` to the library/build.gradle
32
32
33
33
After these changes you should be able to run:
34
34
35
-
gradle install
35
+
./gradlew install
36
36
37
37
from the root of your project. If install works and you have added a GitHub release it should work on jitpack.io
0 commit comments