File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11language : android
2+
3+ jdk :
4+ - oraclejdk8
5+
26android :
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
Original file line number Diff line number Diff line change 11# QuickActionView
22View 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 {
2121Then, add the library to your project ` build.gradle `
2222``` gradle
2323dependencies {
24- compile 'com.github.ovenbits:QuickActionView:1.0.1 '
24+ compile 'com.github.ovenbits:QuickActionView:1.0.2 '
2525}
2626```
2727
You can’t perform that action at this time.
0 commit comments