1 Star 0 Fork 0

阿飞0827 / PhotoPicker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
262114450 提交于 2019-11-26 20:04 . 修复工程
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
supportLibVersion = "28.0.0"
}
repositories {
maven { url 'https://maven.fabric.io/public' }
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.novoda:bintray-release:0.8.1'
}
}
allprojects {
repositories {
jcenter()
google()
}
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
}
1
https://gitee.com/CoderLPF/PhotoPicker.git
git@gitee.com:CoderLPF/PhotoPicker.git
CoderLPF
PhotoPicker
PhotoPicker
master

搜索帮助