Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit d02a2a7

Browse files
Update build tools to 25.0.3
1 parent 8c71f48 commit d02a2a7

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
@@ -14,7 +14,7 @@ android:
1414
components:
1515
- tools
1616
- platform-tools
17-
- build-tools-25.0.2
17+
- build-tools-25.0.3
1818
- android-25
1919
- extra-android-m2repository
2020

build.gradle

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

3636
support_library_version = '25.3.1'
3737

38-
buildTools = '25.0.2'
38+
buildTools = '25.0.3'
3939
compileSdk = 25
4040
targetSdk = 25
4141
}

0 commit comments

Comments
 (0)