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

guozqiu / yjPlay
暂停

forked from 江江 / yjPlay
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
// 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.8.0'
classpath 'com.android.tools.build:gradle:3.1.2'
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
google()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
maven { url 'https://dl.bintray.com/ycjiang/ycjiang' }
maven {
url 'https://dl.bintray.com/hpdx/maven/'
}
}
project.ext {
compileSdkVersion=27
targetSdkVersion=26
buildToolsVersion='26.0.3'
minSdkVersion=17
versionCode = 16
versionName = "3.0"
publish_version='2.1.91'
}
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/guozqiuoq/yjPlay.git
git@gitee.com:guozqiuoq/yjPlay.git
guozqiuoq
yjPlay
yjPlay
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891