Skip to content

Commit f691f07

Browse files
committed
Update README.md
1 parent 20cb47b commit f691f07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ dependencies {
2727

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

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
3232

3333
After these changes you should be able to run:
3434

35-
gradle install
35+
./gradlew install
3636

3737
from the root of your project. If install works and you have added a GitHub release it should work on jitpack.io
3838

0 commit comments

Comments
 (0)