1 Star 0 Fork 19

naruto / EasyPermissionsActivity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
林华明 提交于 2018-10-30 15:44 . 修改了一些配置信息.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
// maven{
// url 'http://maven.aliyun.com/nexus/content/repositories/central/'
// }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
allprojects {
repositories {
google()
jcenter()
// maven{
// url 'http://maven.aliyun.com/nexus/content/repositories/central/'
// }
}
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet') //忽略javadoc错误
options {
encoding "UTF-8"
charSet 'UTF-8'
links "http://docs.oracle.com/javase/8/docs/api"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/zl0912/EasyPermissionsActivity.git
git@gitee.com:zl0912/EasyPermissionsActivity.git
zl0912
EasyPermissionsActivity
EasyPermissionsActivity
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891