当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 40

学涯无海/yjPlay
暂停

forked from 江江/yjPlay
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.novoda:bintray-release:0.4.0'
}
}
allprojects {
repositories {
jcenter()
mavenCentral();
}
project.ext {
compileSdkVersion=25
targetSdkVersion=25
buildToolsVersion='25.0.3'
minSdkVersion=17
versionCode = 17
versionName = "3.0"
}
tasks.withType(Javadoc) {
options{
encoding "UTF-8"
charSet 'UTF-8'
links "http://docs.oracle.com/javase/7/docs/api"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/ashank/yjPlay.git
git@gitee.com:ashank/yjPlay.git
ashank
yjPlay
yjPlay
master

搜索帮助