Skip to content

Commit

Permalink
Up build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
saviukd authored and saviukd committed Sep 1, 2016
1 parent 17172c7 commit d0b693a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'android-apt'

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.2"

defaultConfig {
renderscriptTargetApi 24
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.2"

defaultConfig {
renderscriptTargetApi 24
Expand Down

0 comments on commit d0b693a

Please sign in to comment.