Skip to content

Commit

Permalink
Bumped Android Build Tools version to 22.0.1...
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
J. Christian Ferrer committed Sep 14, 2015
1 parent f55f202 commit 461ba4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RajawaliVR/rajawalivr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status = 'debug'

android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion RajawaliVRExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 461ba4b

Please sign in to comment.