Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 71c1d6e

Browse files
committed
docs: update readme
1 parent 1ddde36 commit 71c1d6e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@ Lightweight navigation library for Compose for Desktop
66
## Install
77

88
1. Add it in your root build.gradle at the end of repositories:
9-
```gradle
10-
allprojects {
11-
repositories {
12-
// ...
13-
maven { url 'https://jitpack.io' }
14-
}
15-
}
9+
```kotlin
10+
repositories {
11+
// ...
12+
mavenCentral()
13+
}
1614
```
1715

1816
2. Add the dependency
19-
```
20-
dependencies {
21-
implementation 'com.github.app-outlet:karavel:1.0.0'
22-
}
17+
```kotlin
18+
dependencies {
19+
// ...
20+
implementation("io.github.app-outlet:karavel:1.0.2")
21+
}
2322
```
2423

2524
## Usage

0 commit comments

Comments
 (0)