Skip to content

Commit 852bcc0

Browse files
committed
Update travis to build properly
1 parent fdf8149 commit 852bcc0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
language: android
2+
3+
jdk:
4+
- oraclejdk8
5+
26
android:
37
components:
48
- platform-tools
59
- tools
610

711
# The BuildTools version used by your project
8-
- build-tools-23.0.2
12+
- build-tools-24.0.1
913

1014
# The SDK version used to compile your project
11-
- android-23
15+
- android-24
1216

1317
# Additional components
1418
- extra-android-m2repository

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
Then, add the library to your project `build.gradle`
3535
```gradle
3636
dependencies {
37-
compile 'com.github.chrisbanes:PhotoView:1.2.6'
37+
compile 'com.github.chrisbanes:PhotoView:1.2.7'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)