1 Star 0 Fork 0

Elliott / SwipeRecyclerView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.gradle 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
YanZhenjie 提交于 2017-10-11 16:23 . Update sample for v1.1.3.
ext {
plugins = [
library : 'com.android.library',
application: 'com.android.application',
maven : 'com.github.dcendents.android-maven',
bintray : 'com.jfrog.bintray'
]
android = [
applicationId : "com.yanzhenjie.recyclerview.swipe.sample",
compileSdkVersion: 25,
buildToolsVersion: "25.0.3",
minSdkVersion : 14,
targetSdkVersion : 25,
versionCode : 5,
versionName : "1.0.4",
]
bintray = [
version : "1.1.3",
siteUrl : 'https://github.com/yanzhenjie/SwipeRecyclerView',
gitUrl : 'git@github.com:yanzhenjie/SwipeRecyclerView.git',
group : "com.yanzhenjie",
// project
packaging : 'aar',
name : 'SwipeRecyclerView',
description : 'SwipeRecyclerView For Android',
// project.license
licenseName : 'The Apache Software License, Version 2.0',
licenseUrl : 'http://www.apache.org/licenses/LICENSE-2.0.txt',
// project.developers
developerId : 'yanzhenjie',
developerName : 'yanzhenjie',
developerEmail: 'smallajax@foxmail.com',
// bintray
binrayLibrary : "recyclerview-swipe",
bintrayRepo : "maven",
bintrayUser : 'yolanda',
bintrayLicense: "Apache-2.0"
]
dependencies = [
appCompat : 'com.android.support:appcompat-v7:25.3.1',
design : 'com.android.support:design:25.3.1',
cardView : 'com.android.support:cardview-v7:25.3.1',
recyclerView : 'com.android.support:recyclerview-v7:25.3.1',
loading : 'com.yanzhenjie:loading:1.0.2',
swipeRecyclerView: 'com.yanzhenjie:recyclerview-swipe:1.1.3'
]
}
Android
1
https://gitee.com/ylzheng/SwipeRecyclerView.git
git@gitee.com:ylzheng/SwipeRecyclerView.git
ylzheng
SwipeRecyclerView
SwipeRecyclerView
master

搜索帮助