1 Star 0 Fork 2

austin/android-ex

forked from 李海珍/android-ex 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
李海珍 提交于 2014-11-03 12:06 . update project config
apply plugin: 'com.android.library'
//repositories {
// jcenter()
// mavenCenter()
//}
dependencies {
// compile fileTree(dir: 'libs', include: '*.jar')
compile rootProject.dependsAndroidAppCompatV7
compile rootProject.dependsGuava
}
android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion
compileOptions rootProject.compileOptions
defaultConfig{
minSdkVersion 14
targetSdkVersion rootProject.targetSdkVersion
}
lintOptions{
checkReleaseBuilds false
abortOnError false
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
resources.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets']
}
// Move the tests to tests/java, tests/res, etc...
androidTest.setRoot('tests')
// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
// This moves them out of them default location under src/<type>/... which would
// conflict with src/ being used by the main source set.
// Adding new build types or product flavors should be accompanied
// by a similar customization.
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cubic/android-ex.git
[email protected]:cubic/android-ex.git
cubic
android-ex
android-ex
master

搜索帮助