1 Star 0 Fork 0

andy/AVLoadingIndicatorView

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
whlong 提交于 2016-08-22 15:46 +08:00 . Update version to 2.1.3
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 33
versionName "2.1.3"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
ext {
PUBLISH_GROUP_ID = 'com.wang.avi'
PUBLISH_VERSION = '2.1.3'
PUBLISH_DES = 'Nice loading animations for Android'
LIB_NAME = 'AVLoadingIndicatorView'
WEBSITE_URL = 'https://github.com/81813780/AVLoadingIndicatorView'
ISSUE_TRACKER_URL = 'https://github.com/81813780/AVLoadingIndicatorView/issues'
VSC_URL = 'https://github.com/81813780/AVLoadingIndicatorView'
}
apply from: 'https://raw.githubusercontent.com/andforce/release-android-lib-to-jcenter/master/bintray.gradle'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iavtdj/AVLoadingIndicatorView.git
git@gitee.com:iavtdj/AVLoadingIndicatorView.git
iavtdj
AVLoadingIndicatorView
AVLoadingIndicatorView
master

搜索帮助