Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Aug 18, 2024
1 parent e28ef4e commit dea36e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ You can connect with me on:

Add this in your `settings.gradle`:
```groovy
maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' }
```

If you are using `settings.gradle.kts`, add the following:
```kotlin
maven { setUrl("https://jitpack.io") }
maven { setUrl("https://jitpack.io") }
```

Add this in your `build.gradle`
Expand Down

0 comments on commit dea36e1

Please sign in to comment.