Skip to content

Commit

Permalink
Update build tools to 25.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bmx666 committed May 26, 2017
1 parent 9fb201c commit 609baad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jdk:
android:
components:
- tools
- build-tools-25.0.2
- build-tools-25.0.3
- android-25
- extra-android-m2repository
- sys-img-armeabi-v7a-android-23
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
ext {
minSdkVersion = 16
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
buildToolsVersion = '25.0.3'
supportDeps = "25.3.1"

supportAnnotations = 'com.android.support:support-annotations:' + supportDeps
Expand Down

0 comments on commit 609baad

Please sign in to comment.