Skip to content

Commit aa11e73

Browse files
author
Tneciv
committed
change buildtools for travis
1 parent 5cd34b3 commit aa11e73

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
@@ -7,7 +7,7 @@ android:
77
- tools
88

99
# The BuildTools version used by your project
10-
- build-tools-23.0.1
10+
- build-tools-23.0.2
1111

1212
# The SDK version used to compile your project
1313
- android-23

app/build.gradle

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

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.1"
5+
buildToolsVersion '23.0.2'
66
defaultConfig {
77
applicationId "com.tneciv.zhihudaily"
88
minSdkVersion 16

0 commit comments

Comments
 (0)