Skip to content

Commit

Permalink
Update buildToolsVersion to 23.0.1
Browse files Browse the repository at this point in the history
It seems, at least on OS X, the SDK manager does not even list 23.0.0 so that I could not import the project without fixing the buildToolsVersion first. See also the following link: Homebrew/legacy-homebrew#43705
  • Loading branch information
eugenkiss committed Sep 12, 2015
1 parent edb4592 commit 3f2d70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
ext {
minSdk = 14
targetSdk = 23
buildToolsVersion = '23.0.0'
buildToolsVersion = '23.0.1'
compileSdkVersion = 23

javaSourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 3f2d70f

Please sign in to comment.