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

智能时代/yjPlay
暂停

forked from 江江/yjPlay
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.51'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.novoda:bintray-release:0.6.1'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
google()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
}
project.ext {
compileSdkVersion=25
targetSdkVersion=25
buildToolsVersion='26.0.3'
minSdkVersion=16
versionCode = 16
versionName = "3.0"
publish_version='1.9.8'
}
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
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/rxtech/yjPlay.git
git@gitee.com:rxtech/yjPlay.git
rxtech
yjPlay
yjPlay
master

搜索帮助