Skip to content

Commit

Permalink
Build tools update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmark committed Sep 3, 2016
1 parent 32187a8 commit 7a446b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion afilechooser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 24
buildToolsVersion '24.0.1'
buildToolsVersion '24.0.2'

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"

defaultConfig {
applicationId "com.versobit.kmark.xhangouts"
Expand Down
2 changes: 1 addition & 1 deletion colorpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 24
buildToolsVersion '24.0.1'
buildToolsVersion '24.0.2'

defaultConfig {
minSdkVersion 16
Expand Down

0 comments on commit 7a446b0

Please sign in to comment.