Skip to content

Commit

Permalink
gradle: bump tools to 23.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Jun 8, 2016
1 parent d05a9a5 commit a7351a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "21.1.1"
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 7
targetSdkVersion 23
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

android {
compileSdkVersion 23
buildToolsVersion "21.1.1"
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 7
targetSdkVersion 23
Expand Down

0 comments on commit a7351a8

Please sign in to comment.