Skip to content

Commit

Permalink
Main: buildToolsVersion 23.0.0 -> 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klauswuestefeld committed Sep 24, 2015
1 parent 8a4e1f9 commit 9bcf198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/android.main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
}

compileSdkVersion project.getSDKIfPossible(23)
buildToolsVersion project.getHighestAvailableTools("23.0.0")
buildToolsVersion project.getHighestAvailableTools("23.0.1")

defaultConfig {
minSdkVersion external.android.minSdkVersion
Expand Down

0 comments on commit 9bcf198

Please sign in to comment.