Fixed openrndr version
This commit is contained in:
16
README.md
16
README.md
@@ -4,6 +4,20 @@ A growing library of assorted data structures, algorithms and utilities.
|
||||
|
||||
- orx-kdtree - kd-tree implementation for fast nearest point searches
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Easiest way to add ORX to your project is through the use of Jitpack
|
||||
|
||||
Add repository:
|
||||
```
|
||||
repositories {
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
```
|
||||
|
||||
Add dependency:
|
||||
```
|
||||
dependencies {
|
||||
compile 'com.github.openrndr:orx:v0.0.1'
|
||||
}
|
||||
```
|
||||
@@ -11,7 +11,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
openrndrVersion = "0.4.0-SNAPSHOT"
|
||||
openrndrVersion = "0.3.26"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user