Fixed very dumb mistake

This commit is contained in:
bluefireoly
2020-09-28 16:01:23 +02:00
parent 9cf2a31e4f
commit 5ccad949a3

View File

@@ -11,7 +11,7 @@ Latest version: <br>
**The repository:** **The repository:**
```kotlin ```kotlin
repository { repositories {
jcenter() jcenter()
} }
``` ```
@@ -33,7 +33,7 @@ dependencies {
**The repository:** **The repository:**
```groovy ```groovy
repository { repositories {
jcenter() jcenter()
} }
``` ```