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 5
5
![ Platform] ( http://img.shields.io/badge/platform-android-blue.svg?style=flat )
6
6
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
7
7
[ ![ 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 )
9
8
[ ![ AndroidArsenal] ( https://img.shields.io/badge/Android%20Arsenal-CardStackView-blue.svg?style=flat )] ( https://android-arsenal.com/details/1/6075 )
10
9
[ ![ CircleCI] ( https://circleci.com/gh/yuyakaido/CardStackView.svg?style=svg )] ( https://circleci.com/gh/yuyakaido/CardStackView )
11
10
@@ -324,11 +323,9 @@ CardStackLayoutManager.setSwipeableMethod(SwipeableMethod.AutomaticAndManual)
324
323
325
324
# Installation
326
325
327
- LatestVersion is ![ LatestVersion] ( https://api.bintray.com/packages/yuyakaido/maven/CardStackView/images/download.svg )
328
-
329
326
``` groovy
330
327
dependencies {
331
- implementation "com.yuyakaido.android:card-stack-view:${LatestVersion} "
328
+ implementation "com.yuyakaido.android:card-stack-view:2.3.4 "
332
329
}
333
330
```
334
331
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' com.novoda.bintray-release'
3
2
4
3
buildscript {
5
4
repositories {
6
5
jcenter()
7
6
}
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'
21
7
}
22
8
23
9
android {
You can’t perform that action at this time.
0 commit comments