Skip to content

Commit 27af5e5

Browse files
committed
Update readme
1 parent c7a68bf commit 27af5e5

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: android
2-
3-
jdk:
4-
- oraclejdk8
2+
sudo: required
3+
jdk: oraclejdk8
4+
dist: trusty
55

66
android:
77
components:
88
- tools
99
- platform-tools
10-
- build-tools-28.0.3
11-
- android-28
10+
- build-tools-29.0.2
11+
- android-29
1212
- extra-android-m2repository
1313
licenses:
1414
- 'android-sdk-preview-license-.+'
@@ -17,7 +17,10 @@ android:
1717

1818
before_install:
1919
- yes | sdkmanager "platforms;android-28"
20+
- yes | sdkmanager "platforms;android-29"
21+
22+
before_script:
2023
- chmod +x gradlew
2124

2225
script:
23-
- ./gradlew clean build
26+
- ./gradlew clean build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
```
2727
```
2828
dependencies {
29-
implementation 'com.github.santalu:diagonal-imageview:1.1.0'
29+
implementation 'com.github.santalu:diagonal-imageview:1.1.1'
3030
}
3131
```
3232

0 commit comments

Comments
 (0)