15 Star 37 Fork 10

LuoWK / StateFrameLayout

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
LuoWK 提交于 2021-05-08 15:59 . maven central
apply from: "config-mavencentral.gradle"
buildscript {
repositories {
mavenCentral()
jcenter()
google()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
google()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/vanish136_admin/StateFrameLayout.git
git@gitee.com:vanish136_admin/StateFrameLayout.git
vanish136_admin
StateFrameLayout
StateFrameLayout
master

搜索帮助