From 461ba4b72d4ac8f957bac8f9d4fa6bbe82b6bcec Mon Sep 17 00:00:00 2001 From: "J. Christian Ferrer" Date: Mon, 14 Sep 2015 14:53:05 -0400 Subject: [PATCH] Bumped Android Build Tools version to 22.0.1... Versions 22.0.0 and 22.0.1 were both released in the March 2015, and from the [release notes] (https://developer.android.com/tools/revisions/build-tools.html), it appears that 22.0.1 fixes a bug. Furthermore, 22.0.0 is not readily available in the Android SDK Manager tools. 22.0.1 should be more robust and easier to use. --- RajawaliVR/rajawalivr/build.gradle | 2 +- RajawaliVRExample/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RajawaliVR/rajawalivr/build.gradle b/RajawaliVR/rajawalivr/build.gradle index bb8a493..07fc84d 100644 --- a/RajawaliVR/rajawalivr/build.gradle +++ b/RajawaliVR/rajawalivr/build.gradle @@ -7,7 +7,7 @@ status = 'debug' android { compileSdkVersion 22 - buildToolsVersion "22.0.0" + buildToolsVersion "22.0.1" defaultConfig { minSdkVersion 16 diff --git a/RajawaliVRExample/app/build.gradle b/RajawaliVRExample/app/build.gradle index 4cfadcd..05235b8 100644 --- a/RajawaliVRExample/app/build.gradle +++ b/RajawaliVRExample/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 22 - buildToolsVersion "22.0.0" + buildToolsVersion "22.0.1" defaultConfig { applicationId 'org.rajawali3d.vr.example2' minSdkVersion 19