Skip to content

Commit f8598cb

Browse files
authored
Update README.md
1 parent f15b79c commit f8598cb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ To have a quick idea what this library offers, take a look at the [tests](https:
1010

1111
- Add it in your root build.gradle at the end of repositories:
1212

13-
allprojects {
14-
repositories {
15-
...
16-
maven { url 'https://jitpack.io' }
17-
}
18-
}
13+
allprojects {
14+
repositories {
15+
...
16+
maven { url 'https://jitpack.io' }
17+
}
18+
}
1919

2020
- Add the dependency
2121

22-
dependencies {
23-
compile 'com.github.kotlin-graphics:kotlin-unsigned:v2.1'
24-
}
22+
dependencies {
23+
compile 'com.github.kotlin-graphics:kotlin-unsigned:v2.1'
24+
}
2525

2626
[Maven, Sbt, Leiningen](https://jitpack.io/#kotlin-graphics/kotlin-unsigned/v2.1)
2727

0 commit comments

Comments
 (0)