Skip to content

Commit 7295fec

Browse files
committed
Fix travis
1 parent 45f6a0d commit 7295fec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android:
77
components:
88
- platform-tools
99
- tools
10-
- build-tools-24.0.2
11-
- android-24
10+
- build-tools-25.0.0
11+
- android-25
1212
- extra-android-m2repository
1313

1414
before_script:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ and within your application `build.gradle`
1515

1616
```gradle
1717
dependencies {
18-
compile 'com.github.Commit451.AdapterLayout:adapterlayout:1.0.3'
18+
compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
1919
}
2020
```
2121
and for [FlowLayout](https://github.com/blazsolar/FlowLayout) support
2222
```gradle
2323
dependencies {
24-
compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:1.0.3'
24+
compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)