Skip to content

Commit ac1433e

Browse files
committed
Delete bintray-release
1 parent b803b8a commit ac1433e

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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
330327
dependencies {
331-
implementation "com.yuyakaido.android:card-stack-view:${LatestVersion}"
328+
implementation "com.yuyakaido.android:card-stack-view:2.3.4"
332329
}
333330
```
334331

cardstackview/build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'com.novoda.bintray-release'
32

43
buildscript {
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

239
android {

0 commit comments

Comments
 (0)