Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda authored Dec 10, 2023
1 parent 1d0ec98 commit d59d867
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 @@ -23,7 +23,7 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url = uri("https://jitpack.io") }
}
}
```
Expand All @@ -32,6 +32,6 @@ dependencyResolutionManagement {
See [release page](https://github.com/kosenda/AutoSizeTable/releases) for `<version>`
```
dependencies {
implementation 'com.github.kosenda:AutoSizeTable:<version>
implementation("com.github.kosenda:AutoSizeTable:<version>")
}
```

0 comments on commit d59d867

Please sign in to comment.