Skip to content

Commit 0cf523c

Browse files
committed
Update compile- and targetSdkVersion to 25
1 parent 449f6c9 commit 0cf523c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2525
before_script:

examples/RoboGuiceExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ dependencies {
3131

3232

3333
android {
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 {

examples/gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ dependencies {
2525
}
2626

2727
android {
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
}

0 commit comments

Comments
 (0)