From a79ece76aed0e5c10f0cfc1ffb7e6725c932a899 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 26 Nov 2018 10:35:50 +0100 Subject: [PATCH] Bumped OPENRNDR to 0.3.30-rc2 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 678fd9a3..78bd109c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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.14 is built against OPENRNDR 0.3.30-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. +ORX 0.0.14 is built against OPENRNDR 0.3.30-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. 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. diff --git a/build.gradle b/build.gradle index 26c597ea..700f88c9 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } ext { - openrndrVersion = "0.3.30-rc1" + openrndrVersion = "0.3.30-rc2" } subprojects {