1 Star 0 Fork 0

shenjie/AndroidResideMenu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
iStar 提交于 2014-08-09 14:08 . Remove Chinese comments in gradle scripts
println "-------------------------------------------------"
println "Build ResideMenu with:\n\tbuildToolsVersion = " + System.properties['buildToolsVersion']
println "\tandroidGradlePluginVersion = " + System.properties['androidGradlePluginVersion']
println "\tfile.encoding = " + System.properties['file.encoding']
println "\tCharset.defaultCharset() = " + java.nio.charset.Charset.defaultCharset().toString()
println "-------------------------------------------------\n"
ext {
compileSdkVersion = 19
buildToolsVersion = System.properties['buildToolsVersion']
minSdkVersion = 9
targetSdkVersion = 14
}
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:' + System.properties['androidGradlePluginVersion']
}
}
allprojects {
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/afoye/AndroidResideMenu.git
git@gitee.com:afoye/AndroidResideMenu.git
afoye
AndroidResideMenu
AndroidResideMenu
master

搜索帮助