Skip to content

Commit 06db01f

Browse files
authored
Update build tools version (#102)
1 parent 52a3084 commit 06db01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ android:
33
components:
44
- tools
55
- platform-tools
6-
- build-tools-24.0.3
6+
- build-tools-25.0.2
77
- android-24
88
- doc-24
99
- extra-android-m2repository

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848

4949
ext {
5050
compile_sdk_version = 24
51-
build_tools_version = "25.0.0"
51+
build_tools_version = "25.0.2"
5252
min_sdk_version = 10
5353
target_sdk_version = 24
5454

0 commit comments

Comments
 (0)