From 26a5b15ea7b2423bc3f96407311a5b39de6b6549 Mon Sep 17 00:00:00 2001 From: "J. Christian Ferrer" Date: Mon, 14 Sep 2015 15:00:34 -0400 Subject: [PATCH] Update Rajawali dependency to 1.0.282-SNAPSHOT... This version has the missing symbols that are causing problems in issue #14, like AShader.atan. Seems to fix #14 and, possibly, #5. --- RajawaliVR/deps.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RajawaliVR/deps.gradle b/RajawaliVR/deps.gradle index a772369..6d9c2de 100644 --- a/RajawaliVR/deps.gradle +++ b/RajawaliVR/deps.gradle @@ -1 +1 @@ -project.ext.set('depRajawali', 'org.rajawali3d:rajawali:1.0.275-SNAPSHOT@aar') \ No newline at end of file +project.ext.set('depRajawali', 'org.rajawali3d:rajawali:1.0.282-SNAPSHOT@aar')