Skip to content

Commit

Permalink
Enable syntax highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe authored and eygraber committed Aug 28, 2024
1 parent 905a30d commit 9471b90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Most of this work is derived from AOSP's `Uri`:
### Gradle

Groovy
```
``` groovy
repositories {
mavenCentral()
}
implementation 'com.eygraber:uri-kmp:0.0.18'
```

Kotlin
```
``` kotlin
repositories {
mavenCentral()
}
Expand All @@ -35,14 +35,14 @@ implementation("com.eygraber:uri-kmp:0.0.18")
Snapshots can be found at the Sonatype s01 repository:

Groovy
```
``` groovy
repositories {
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
}
```

Kotlin
```
``` kotlin
repositories {
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}
Expand Down

0 comments on commit 9471b90

Please sign in to comment.