1 Star 0 Fork 0

孟加拉豹猫(BengalCat)/DiscreteScrollView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
yarolegovich 提交于 2018-07-30 15:45 . Published 1.4.9
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.novoda:bintray-release:0.8.0'
}
}
allprojects {
repositories {
jcenter()
maven { url "https://maven.google.com" }
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
userOrg = 'yarolegovich'
groupId = 'com.yarolegovich'
uploadName = 'DiscreteScrollView'
description = 'A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.'
publishVersion = '1.4.9'
licences = ['Apache-2.0']
compileSdkVersion = 27
buildToolsVersion = '26.0.2'
targetSdkVersion = 27
supportLibVersion = '27.1.1'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bengalcat/DiscreteScrollView.git
git@gitee.com:bengalcat/DiscreteScrollView.git
bengalcat
DiscreteScrollView
DiscreteScrollView
master

搜索帮助