Skip to content

Commit b072eb6

Browse files
author
Ingo Schwarz
committed
Change build-tool version to 25.0.0 in all places
1 parent 19c1fbb commit b072eb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android:
88
- platform-tools
99
- tools
1010
# The BuildTools version used by this project
11-
- build-tools-25
11+
- build-tools-25.0.0
1212
# The SDK version used to compile this project
1313
- android-25
1414
# Additional components

tableview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ext {
2929

3030
android {
3131
compileSdkVersion 25
32-
buildToolsVersion "25"
32+
buildToolsVersion "25.0.0"
3333

3434
defaultConfig {
3535
minSdkVersion 11

0 commit comments

Comments
 (0)