Skip to content

Commit b491790

Browse files
committed
targetSdkVersion 23
Unable to update compileSdkVersion due to #189
1 parent bdd5f50 commit b491790

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ sudo: false
77

88
android:
99
components:
10-
- build-tools-22.0.1
10+
- build-tools-23.0.1
1111
- android-22
12-
- doc-MNC
12+
- doc-22
1313
- extra-android-support
1414
- extra-android-m2repository
1515

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ allprojects {
1616

1717
ext {
1818
compileSdkVersion = 22
19-
buildToolsVersion = "22.0.1"
19+
buildToolsVersion = "23.0.1"
2020

2121
minSdkVersion = 9
22-
targetSdkVersion = 22
22+
targetSdkVersion = 23
2323
}

0 commit comments

Comments
 (0)