diff --git a/README.md b/README.md index 5d3e952..7894079 100644 --- a/README.md +++ b/README.md @@ -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") } } } ``` @@ -32,6 +32,6 @@ dependencyResolutionManagement { See [release page](https://github.com/kosenda/AutoSizeTable/releases) for `` ``` dependencies { - implementation 'com.github.kosenda:AutoSizeTable: + implementation("com.github.kosenda:AutoSizeTable:") } ```