From 1c7f7ae997eff22afec0f8b04b38ee180328380c Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 5 Aug 2019 18:59:38 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3aa314c..ee88cf8b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A growing library of assorted data structures, algorithms and utilities. - [`orx-obj-loader`](orx-obj-loader/README.md), simple Wavefront .obj mesh loader ## Usage -ORX 0.0.24 is built against OPENRNDR 0.3.33-rc2, make sure you use this version in your project. Because OPENRNDR's API is pre 1.0 it tends to change from time to time. +ORX 0.0.30 is built against OPENRNDR 0.3.35-rc1, make sure you use this version in your project. Because OPENRNDR's API is pre 1.0 it tends to change from time to time. The easiest way to add ORX to your project is through the use of Jitpack. [Jitpack](http://jitpack.io) is a service that pulls Gradle based libraries from Github, builds them and serves the jar files. @@ -34,13 +34,13 @@ repositories { You can then add any of the ORX artifacts to your `dependencies {}`: ``` dependencies { - compile 'com.github.openrndr.orx::v0.0.24' + compile 'com.github.openrndr.orx::v0.0.30' } ``` For example if you want to use the `orx-no-clear` artifact one would use: ``` dependencies { - compile 'com.github.openrndr.orx:orx-no-clear:v0.0.24' + compile 'com.github.openrndr.orx:orx-no-clear:v0.0.30' } -``` \ No newline at end of file +```