94 Star 321 Fork 96

Javen / JPay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
Javen 提交于 2019-09-21 15:18 . :heavy_plus_sign:添加 shadow 依赖
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.github.jengelman.gradle.plugins:shadow:5.1.0'
}
}
allprojects {
repositories {
flatDir {
dirs 'libs'
}
flatDir {
dirs project(':AliPay').file('libs')
}
flatDir {
dirs project(':JDPay').file('libs')
}
google()
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'http://repo1.maven.org/maven2' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/javen205/JPay.git
git@gitee.com:javen205/JPay.git
javen205
JPay
JPay
master

搜索帮助