Skip to content

Commit 54e4117

Browse files
Update README.md
Co-authored-by: Jo G. <1451036+jo-elimu@users.noreply.github.com>
1 parent 68de713 commit 54e4117

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
@@ -39,7 +39,7 @@ So, make sure you have Hilt & kapt imported in your projects via below check-lis
3939

4040
### How to publish a snapshot for local development & testing?
4141

42-
1. Change `libVersion`, `versionCode` and publication `version` in https://github.com/elimu-ai/common-utils/blob/main/utils/build.gradle
42+
1. Change the `libVersion` and `versionCode` in https://github.com/elimu-ai/common-utils/blob/main/utils/build.gradle
4343
2. Under `publishing` -> `repositories` block in the same Gradle script: Replace the existing `maven` repo by `mavenLocal()`
4444
3. Run `./gradlew clean utils:publishReleasePublicationToMavenLocal` from project's root folder
4545
4. In app side: Add `mavenLocal()` to `repositories` block in `build.gradle` script

0 commit comments

Comments
 (0)