Skip to content

Commit

Permalink
Merge pull request #5 from travisfw/master
Browse files Browse the repository at this point in the history
upgrade buildToolsVersion to the closest version that is actually hosted and can be downloaded
  • Loading branch information
ashdavies committed Jun 3, 2016
2 parents 8780bbc + c0d5506 commit 69c9687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.databinding'

android {
compileSdkVersion 22
buildToolsVersion '23.0.0 rc1'
buildToolsVersion '23.0.1'

defaultConfig {
applicationId 'com.chaos.databinding'
Expand Down

0 comments on commit 69c9687

Please sign in to comment.