We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd39881 commit 6d51bc1Copy full SHA for 6d51bc1
‎README.md
@@ -7,7 +7,7 @@ Assuming you use gradle.
7
1. Then, in `build.gradle`, define the dependency:
8
```gradle
9
dependencies {
10
- implementation 'dev.ultreon:ubo:1.4.0'
+ implementation 'dev.ultreon:ubo:1.5.0'
11
}
12
```
13
2. We can now proceed to the using section. The `DataIo` class is capable of reading and writing UBO data.
0 commit comments