Skip to content

Commit 556fbd1

Browse files
authored
Update README.md
1 parent 25810aa commit 556fbd1

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
or for `app:build.gradle.kts`
2727

28-
```gradle
28+
```kotlin
2929
dependencies {
3030
implementation("com.github.styropyr0:CustomizableDatePicker:1.0.0")
3131
}
@@ -42,6 +42,17 @@ dependencyResolutionManagement {
4242
}
4343
```
4444

45+
or for `settings.gradle.kts`
46+
47+
```kotlin
48+
dependencyResolutionManagement {
49+
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
50+
repositories {
51+
mavenCentral()
52+
maven { url = uri("https://jitpack.io") }
53+
}
54+
}
55+
```
4556

4657
## Usage
4758

0 commit comments

Comments
 (0)