Skip to content

Commit ee85d58

Browse files
committed
Fix travis build
1 parent ebf535f commit ee85d58

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
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.3
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# QuickActionView
22
View that shows quick actions when long pressed, inspired by Pinterest
33

4-
[![Build Status](https://travis-ci.org/ovenbits/QuickActionView.svg?branch=master)](https://travis-ci.org/ovenbits/QuickActionView) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-QuickActionView-green.svg?style=true)](https://android-arsenal.com/details/1/3536)
4+
[![Build Status](https://travis-ci.org/ovenbits/QuickActionView.svg?branch=master)](https://travis-ci.org/ovenbits/QuickActionView) [![](https://jitpack.io/v/ovenbits/QuickActionView.svg)](https://jitpack.io/#ovenbits/QuickActionView) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-QuickActionView-green.svg?style=true)](https://android-arsenal.com/details/1/3536)
55

66
![Sample Gif](https://raw.githubusercontent.com/ovenbits/QuickActionView/master/screenshots/qav.gif)
77

@@ -21,7 +21,7 @@ allprojects {
2121
Then, add the library to your project `build.gradle`
2222
```gradle
2323
dependencies {
24-
compile 'com.github.ovenbits:QuickActionView:1.0.1'
24+
compile 'com.github.ovenbits:QuickActionView:1.0.2'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)