1 Star 0 Fork 1

joseph_kh/yjPlay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.novoda:bintray-release:0.9.1'
classpath 'com.android.tools.build:gradle:3.5.0'
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
google()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
maven {
url 'https://dl.bintray.com/hpdx/maven/'
}
}
project.ext {
libversion="26.1.0"
compileSdkVersion=26
targetSdkVersion=26
buildToolsVersion='26.0.3'
minSdkVersion=17
versionCode = 16
versionName = "3.0"
publish_version='2.3.61'
}
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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/joseph_kh/yjPlay.git
[email protected]:joseph_kh/yjPlay.git
joseph_kh
yjPlay
yjPlay
master

搜索帮助