We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd5f50 commit b491790Copy full SHA for b491790
.travis.yml
@@ -7,9 +7,9 @@ sudo: false
7
8
android:
9
components:
10
- - build-tools-22.0.1
+ - build-tools-23.0.1
11
- android-22
12
- - doc-MNC
+ - doc-22
13
- extra-android-support
14
- extra-android-m2repository
15
build.gradle
@@ -16,8 +16,8 @@ allprojects {
16
17
ext {
18
compileSdkVersion = 22
19
- buildToolsVersion = "22.0.1"
+ buildToolsVersion = "23.0.1"
20
21
minSdkVersion = 9
22
- targetSdkVersion = 22
+ targetSdkVersion = 23
23
}
0 commit comments