File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 55![ Platform] ( http://img.shields.io/badge/platform-android-blue.svg?style=flat )
66[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
77[ ![ API] ( https://img.shields.io/badge/API-14%2B-blue.svg?style=flat )] ( https://android-arsenal.com/api?level=14 )
8- [ ![ Download] ( https://api.bintray.com/packages/yuyakaido/maven/CardStackView/images/download.svg )] ( https://bintray.com/yuyakaido/maven/CardStackView/_latestVersion )
98[ ![ AndroidArsenal] ( https://img.shields.io/badge/Android%20Arsenal-CardStackView-blue.svg?style=flat )] ( https://android-arsenal.com/details/1/6075 )
109[ ![ CircleCI] ( https://circleci.com/gh/yuyakaido/CardStackView.svg?style=svg )] ( https://circleci.com/gh/yuyakaido/CardStackView )
1110
@@ -324,11 +323,9 @@ CardStackLayoutManager.setSwipeableMethod(SwipeableMethod.AutomaticAndManual)
324323
325324# Installation
326325
327- LatestVersion is ![ LatestVersion] ( https://api.bintray.com/packages/yuyakaido/maven/CardStackView/images/download.svg )
328-
329326``` groovy
330327dependencies {
331- implementation "com.yuyakaido.android:card-stack-view:${LatestVersion} "
328+ implementation "com.yuyakaido.android:card-stack-view:2.3.4 "
332329}
333330```
334331
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply plugin : ' com.novoda.bintray-release'
32
43buildscript {
54 repositories {
65 jcenter()
76 }
8- dependencies {
9- classpath ' com.novoda:bintray-release:0.9.1'
10- }
11- }
12-
13- publish {
14- userOrg = ' yuyakaido'
15- uploadName = ' CardStackView'
16- groupId = ' com.yuyakaido.android'
17- artifactId = ' card-stack-view'
18- publishVersion = ' 2.3.4'
19- desc = ' Tinder like swipeable card view for Android'
20- website = ' https://github.com/yuyakaido/CardStackView'
217}
228
239android {
You can’t perform that action at this time.
0 commit comments