Skip to content

Commit

Permalink
Update Android build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Rummler committed Sep 3, 2017
1 parent 0cff691 commit 26dc279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "25.0.2"
buildToolsVersion "26.0.1"

defaultConfig {
applicationId "com.jaredrummler.android.animatedsvgview.demo"
Expand Down
2 changes: 1 addition & 1 deletion library/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 26
buildToolsVersion "25.0.2"
buildToolsVersion "26.0.1"

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit 26dc279

Please sign in to comment.