3 Star 5 Fork 0

lkmliukaiming/AndPermission

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.gradle 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
LKM 提交于 2017-05-31 11:57 . fix 剔除一些无用的依赖库
ext {
plugins = [
application: 'com.android.application',
library : 'com.android.library',
maven : 'com.github.dcendents.android-maven',
bintray : 'com.jfrog.bintray'
]
android = [
applicationId : "com.yanzhenjie.permission.sample",
compileSdkVersion: 25,
buildToolsVersion: "25.0.3",
minSdkVersion : 14,
targetSdkVersion : 25,
versionCode : 1,
versionName : "1.0"
]
maven = [
// name
binrayLibrary : "permission",
// library
version : "1.0.8",
siteUrl : 'https://github.com/yanzhenjie/AndPermission',
gitUrl : 'git@github.com:yanzhenjie/AndPermission.git',
group : "com.yanzhenjie",
// project
packaging : 'aar',
name : 'Permission',
description : 'Permission manager for Android',
// project.license
licenseName : 'The Apache Software License, Version 2.0',
licenseUrl : 'http://www.apache.org/licenses/LICENSE-2.0.txt',
// project.developers
developerId : 'yanzhenjie',
developerName : 'yanzhenjie',
developerEmail: 'smallajax@foxmail.com',
// bintray
bintrayRepo : "maven",
bintrayUser : 'yolanda',
bintrayLicense: "Apache-2.0"
]
dependencies = [
// library.
// alertDialog: 'com.yanzhenjie.alertdialog:alertdialog:1.0.1',
appCompat : 'com.android.support:appcompat-v7:25.3.1',
// sample.
// design : 'com.android.support:design:25.3.1',
// permission : 'com.yanzhenjie:permission:1.0.8'
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liukaiming/andpermission.git
git@gitee.com:liukaiming/andpermission.git
liukaiming
andpermission
AndPermission
master

搜索帮助