23 Star 158 Fork 49

QMUI / QMUI_Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
cgspine 提交于 2019-07-11 23:24 . refector publish script
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
}
}
subprojects { project ->
group = GROUP
}
allprojects {
repositories {
jcenter()
mavenLocal()
google()
}
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 14
targetSdkVersion = 28
compileSdkVersion = 28
appcompatVersion= '1.1.0-beta01'
materialVersion='1.1.0-alpha07'
annotationVersion='1.1.0-beta01'
butterknifeVersion = '10.1.0'
}
}
Android
1
https://gitee.com/QMUI/QMUI_Android.git
git@gitee.com:QMUI/QMUI_Android.git
QMUI
QMUI_Android
QMUI_Android
master

搜索帮助