1 Star 0 Fork 0

游龙惜凤 / Fragmentation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
liaolintao 提交于 2019-08-12 16:10 . build: fix build break
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
// classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
compileSdkVersion = 27
buildToolsVersion = "27.0.2"
minSdkVersion = 14
targetSdkVersion = compileSdkVersion
v4Version = "27.1.1"
}
1
https://gitee.com/myonchina/Fragmentation.git
git@gitee.com:myonchina/Fragmentation.git
myonchina
Fragmentation
Fragmentation
master

搜索帮助