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

LuoWK / ImagePicker
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
LuoWK 提交于 2020-04-14 10:56 . 修改默认缓存路径
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: "config.gradle"
buildscript {
repositories {
mavenCentral()
jcenter()
google()
maven { url 'https://maven.google.com/' }
maven { url 'https://www.jitpack.io' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
google()
maven { url 'https://maven.google.com/' }
maven { url 'https://www.jitpack.io' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/vanish136_admin/ImagePicker.git
git@gitee.com:vanish136_admin/ImagePicker.git
vanish136_admin
ImagePicker
ImagePicker
master

搜索帮助