Skip to content

Commit

Permalink
Update README for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Jul 31, 2023
1 parent ccb7711 commit a4c24fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Assuming you use gradle.
1. In `build.gradle`, define the repository as follows:
```gradle
repositories {
...
// ...
maven { url 'https://jitpack.io' }
}
```
2. Then, in `build.gradle`, define the dependency:
```gradle
dependencies {
implementation 'com.github.Ultreon:ultreon-data:d6e10585a7'
implementation 'com.github.Ultreon:ultreon-data:0.1.0'
}
```
3. We can now proceed to the using section. The `DataIo` class is capable of reading and writing UBO data.
Expand Down

0 comments on commit a4c24fa

Please sign in to comment.