2 Star 0 Fork 0

mirrors_yanzhenjie/CompatAlertDialog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.gradle 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
YanZhenjie 提交于 2017-04-27 20:57 +08:00 . Update android support library.
ext {
plugins = [
application: 'com.android.application',
library : 'com.android.library',
maven : 'com.github.dcendents.android-maven',
bintray : 'com.jfrog.bintray'
]
android = [
compileSdkVersion: 25,
buildToolsVersion: "25.0.2",
minSdkVersion : 11,
targetSdkVersion : 25,
applicationId : "com.yanzhenjie.alertdialog",
versionCode : 1,
versionName : "1.0"
]
maven = [
// name
binrayLibrary : "alertdialog",
// library
version : "1.0.1",
siteUrl : 'https://github.com/yanzhenjie/CompatAlertDialog',
gitUrl : 'git@github.com:yanzhenjie/CompatAlertDialog.git',
group : "com.yanzhenjie.alertdialog",
// project
packaging : 'aar',
name : 'AlertDialog',
description : 'AlertDialog 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 = [
appcompat: 'com.android.support:appcompat-v7:25.3.1',
design : 'com.android.support:design:25.3.1',
alertdialog: 'com.yanzhenjie.alertdialog:alertdialog:1.0.1'
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_yanzhenjie/CompatAlertDialog.git
git@gitee.com:mirrors_yanzhenjie/CompatAlertDialog.git
mirrors_yanzhenjie
CompatAlertDialog
CompatAlertDialog
master

搜索帮助