We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd34b3 commit aa11e73Copy full SHA for aa11e73
.travis.yml
@@ -7,7 +7,7 @@ android:
7
- tools
8
9
# The BuildTools version used by your project
10
- - build-tools-23.0.1
+ - build-tools-23.0.2
11
12
# The SDK version used to compile your project
13
- android-23
app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
3
android {
4
compileSdkVersion 23
5
- buildToolsVersion "23.0.1"
+ buildToolsVersion '23.0.2'
6
defaultConfig {
applicationId "com.tneciv.zhihudaily"
minSdkVersion 16
0 commit comments