1 Star 1 Fork 0

Python~/circular-progress-button

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
dmytrodanylyk 提交于 2015-01-03 17:51 . 1. Updated project build files
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.2'
}
}
def isReleaseBuild() {
return version.contains("SNAPSHOT") == false
}
allprojects {
version = VERSION_NAME
group = GROUP
repositories {
jcenter()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
}
apply plugin: 'android-reporting'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Panshunxing/circular-progress-button.git
git@gitee.com:Panshunxing/circular-progress-button.git
Panshunxing
circular-progress-button
circular-progress-button
master

搜索帮助