代码拉取完成,页面将自动刷新
ext {
plugins = [
maven : 'com.github.dcendents.android-maven',
bintray: 'com.jfrog.bintray'
]
//依次执行:
//gradlew clean install
//gradlew bintrayUpload
bintray = [
version : "1.5.0", // 指定库的版本号
group : "com.lwkandroid", // 库的group名,确定好之后不能修改
libName : 'ImagePicker',// 库的名称
siteUrl : 'https://github.com/Vanish136/ImagePicker', // 项目开源地址
gitUrl : 'https://github.com/Vanish136/ImagePicker.git', // 项目git地址
packaging : 'aar',
description : 'Library for android', // 项目描述,随意
licenseName : 'The Apache Software License, Version 2.0', // 开源协议
licenseUrl : 'http://www.apache.org/licenses/LICENSE-2.0.txt', // 开源协议地址
developerId : 'luo', // 开发者id
developerName : 'wenkang', // 开发者姓名
developerEmail: 'lwk520136@gmail.com', // 开发者邮箱
bintrayRepo : "maven", // 发布到自己在bintray的哪个仓库中,一般默认maven
bintrayUser : 'luowenkang', // bintray的用户名
bintrayLicense: "Apache-2.0" // 指定bintray上的开源协议
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。