Skip to content

Commit

Permalink
Update dependency info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode authored Nov 10, 2023
1 parent 9d54a2f commit 94f7326
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Assuming you use gradle.
```gradle
repositories {
// ...
maven { url 'https://jitpack.io' }
maven { url "https://github.com/Ultreon/ultreon-data/raw/main/.mvnrepo/" }
}
```
2. Then, in `build.gradle`, define the dependency:
```gradle
dependencies {
implementation 'com.github.Ultreon:ultreon-data:0.1.0'
implementation 'io.github.ultreon:ubo:1.2.1+patch.1'
}
```
3. We can now proceed to the using section. The `DataIo` class is capable of reading and writing UBO data.
Expand All @@ -35,4 +35,5 @@ Assuming you use gradle.
```
4. You can now build it. You can change the example in step 3 to suit your needs.

Here's the [jitpack listing](https://jitpack.io/#Ultreon/ultreon-data) for the current versions and builds you can use.
~~Here's the [jitpack listing](https://jitpack.io/#Ultreon/ultreon-data) for the current versions and builds you can use.~~ (Temporarily not used)
Check out the releases page for latest releases.

0 comments on commit 94f7326

Please sign in to comment.