Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
santalu committed Feb 7, 2020
1 parent c7a68bf commit 27af5e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: android

jdk:
- oraclejdk8
sudo: required
jdk: oraclejdk8
dist: trusty

android:
components:
- tools
- platform-tools
- build-tools-28.0.3
- android-28
- build-tools-29.0.2
- android-29
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-.+'
Expand All @@ -17,7 +17,10 @@ android:

before_install:
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "platforms;android-29"

before_script:
- chmod +x gradlew

script:
- ./gradlew clean build
- ./gradlew clean build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
```
```
dependencies {
implementation 'com.github.santalu:diagonal-imageview:1.1.0'
implementation 'com.github.santalu:diagonal-imageview:1.1.1'
}
```

Expand Down

0 comments on commit 27af5e5

Please sign in to comment.