1 Star 3 Fork 0

百度开源 / titan-dex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 696 Bytes
一键复制 编辑 原始数据 按行查看 历史
shanghuibo 提交于 2020-02-03 20:31 . first commit to github
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.squareup:javapoet:1.8.0'
}
}
ext {
minSdkVersion = 10
compileSdkVersion = 23
targetSdkVersion = compileSdkVersion
buildToolsVersion = '23.0.2'
javaVersion = JavaVersion.VERSION_1_8
GROUP = 'com.baidu.titan'
VERSION_NAME = "${VERSION_NAME}"
}
allprojects {
apply plugin: 'maven'
group = rootProject.ext.GROUP
version = rootProject.ext.VERSION_NAME
repositories {
mavenCentral()
google()
jcenter()
}
}
1
https://gitee.com/baidu/titan-dex.git
git@gitee.com:baidu/titan-dex.git
baidu
titan-dex
titan-dex
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891