Skip to content

Commit 5d6c674

Browse files
authored
Update README.md
1 parent da88119 commit 5d6c674

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ DirectAppUpdate is an open-source in-app update library using Jetpack Compose to
1111

1212
### Library Setup
1313

14-
#### In your `settings.gradle`
14+
#### In your `settings.gradle.ktx`
1515
```gradle
1616
dependencyResolutionManagement {
1717
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1818
repositories {
1919
mavenCentral()
20-
maven { url 'https://jitpack.io' }
20+
maven("https://jitpack.io")
2121
}
2222
}
2323
```
2424

25-
#### In your project `build.gradle`
25+
#### In your project `build.gradle.ktx`
2626
[![](https://jitpack.io/v/Micoder-dev/DirectAppUpdate.svg)](https://jitpack.io/#Micoder-dev/DirectAppUpdate)
2727
```gradle
2828
dependencies {
29-
implementation 'com.github.Micoder-dev:DirectAppUpdate:Tag'
29+
implementation("com.github.Micoder-dev:DirectAppUpdate:Tag")
3030
}
3131
```
3232

0 commit comments

Comments
 (0)