Skip to content

Commit dd3200b

Browse files
Move download section to the top
1 parent 071bc62 commit dd3200b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
<a href="https://docs.oracle.com/javase/8/"><img src="https://img.shields.io/badge/java-11+-informational" alt="Java"/></a>
88
</p>
99

10+
## Download
11+
12+
```gradle
13+
repositories {
14+
mavenCentral()
15+
maven { url 'https://jitpack.io' }
16+
}
17+
18+
dependencies {
19+
implementation 'com.github.dylanwatsonsoftware:bobatea:$version'
20+
}
21+
```
22+
1023
# Examples
1124
The full code for the examples can be viewed [here](https://github.com/dylanwatsonsoftware/bobatea/blob/main/sample/src/main/kotlin/com/example/App.kt)
1225

@@ -45,18 +58,6 @@ This simply shows how easy it easy to create custom navigation with the bobatea
4558
<img src="https://raw.githubusercontent.com/dylanwatsonsoftware/bobatea/refs/heads/main/images/coords.gif" /><br/>
4659
View the code for this example [here](https://github.com/dylanwatsonsoftware/bobatea/blob/main/sample/src/main/kotlin/com/example/App.kt#L65-L103)
4760

48-
## Download
49-
50-
```gradle
51-
repositories {
52-
mavenCentral()
53-
maven { url 'https://jitpack.io' }
54-
}
55-
dependencies {
56-
implementation 'com.github.dylanwatsonsoftware:bobatea:$version'
57-
}
58-
```
59-
6061
# Sample
6162

6263
To run the sample:

0 commit comments

Comments
 (0)