Skip to content

Commit 177f970

Browse files
committed
docs: correct wrong command for publishing .aar
1 parent 6ba94bf commit 177f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See https://jitpack.io/#ai.elimu/content-provider/ for the latest version availa
4848

4949
1. Publish the library to your local Maven repository:
5050
```sh
51-
./gradlew clean utils:publishReleasePublicationToMavenLocal
51+
./gradlew clean build utils:publishAarPublicationToMavenLocal
5252
```
5353
2. In the app that will be testing the `-SNAPSHOT` version of the library, add `mavenLocal()`:
5454
```diff

0 commit comments

Comments
 (0)