We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf8149 commit 852bcc0Copy full SHA for 852bcc0
.travis.yml
@@ -1,14 +1,18 @@
1
language: android
2
+
3
+jdk:
4
+ - oraclejdk8
5
6
android:
7
components:
8
- platform-tools
9
- tools
10
11
# The BuildTools version used by your project
- - build-tools-23.0.2
12
+ - build-tools-24.0.1
13
14
# The SDK version used to compile your project
- - android-23
15
+ - android-24
16
17
# Additional components
18
- extra-android-m2repository
README.md
@@ -34,7 +34,7 @@ allprojects {
34
Then, add the library to your project `build.gradle`
35
```gradle
36
dependencies {
37
- compile 'com.github.chrisbanes:PhotoView:1.2.6'
+ compile 'com.github.chrisbanes:PhotoView:1.2.7'
38
}
39
```
40
0 commit comments