1 Star 1 Fork 23

西门提督 / AppPay

forked from Jenly / AppPay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 954 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
jenly1314 提交于 2019-11-14 11:34 . * 移除support:appcompat-v7依赖
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: 'versions.gradle'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.novoda:bintray-release:0.9'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
flatDir {
dirs 'libs'
dirs '../alipaySdk'
}
addRepos(repositories)
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
allprojects {
tasks.withType(Javadoc) {
options{
encoding "UTF-8"
charSet 'UTF-8'
links "http://docs.oracle.com/javase/8/docs/api"
}
options.addStringOption('Xdoclint:none', '-quiet')
}
}
Android
1
https://gitee.com/cmonbaby/AppPay.git
git@gitee.com:cmonbaby/AppPay.git
cmonbaby
AppPay
AppPay
master

搜索帮助

14c37bed 8189591 565d56ea 8189591