File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android:
1919 - tools
2020 - tools # https://github.com/travis-ci/travis-ci/issues/6059
2121 - platform-tools
22- - android-23
22+ - android-25
2323 - build-tools-25.0.2
2424
2525before_script :
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ dependencies {
3131
3232
3333android {
34- compileSdkVersion 23
34+ compileSdkVersion 25
3535 buildToolsVersion " 25.0.2"
3636
3737 defaultConfig {
3838 minSdkVersion 9
39- targetSdkVersion 23
39+ targetSdkVersion 25
4040 }
4141
4242 lintOptions {
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ dependencies {
2525}
2626
2727android {
28- compileSdkVersion 23
28+ compileSdkVersion 25
2929 buildToolsVersion " 25.0.2"
3030
3131 defaultConfig {
3232 minSdkVersion 9
33- targetSdkVersion 23
33+ targetSdkVersion 25
3434 }
3535}
You can’t perform that action at this time.
0 commit comments