Skip to content

Commit 9b3aa5a

Browse files
committed
Update build-tools to 26.0.1
1 parent 2daa6f2 commit 9b3aa5a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android:
55
components:
66
- platform-tools
77
- tools
8-
- build-tools-26.0.0
8+
- build-tools-26.0.1
99
- android-25
1010
- extra-android-m2repository
1111
- extra-google-m2repository

textoverlay-activity-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818

1919
android {
2020
compileSdkVersion 25
21-
buildToolsVersion '26.0.0'
21+
buildToolsVersion '26.0.1'
2222

2323
defaultConfig {
2424
applicationId 'com.example.textoverlay.two'

textoverlay-lifecycle-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818

1919
android {
2020
compileSdkVersion 25
21-
buildToolsVersion '26.0.0'
21+
buildToolsVersion '26.0.1'
2222

2323
defaultConfig {
2424
applicationId 'com.example.textoverlay.one'

textoverlay/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ apply plugin: 'com.android.library'
3232

3333
android {
3434
compileSdkVersion 25
35-
buildToolsVersion '26.0.0'
35+
buildToolsVersion '26.0.1'
3636

3737
defaultConfig {
3838
minSdkVersion 14

0 commit comments

Comments
 (0)