You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
404 B
12 lines
404 B
apply plugin: 'com.novoda.bintray-release'
|
|
|
|
//添加
|
|
publish {
|
|
userOrg = 'jenly'//bintray.com用户名
|
|
groupId = 'com.king.app'//jcenter上的路径
|
|
artifactId = 'app-updater'//项目名称
|
|
publishVersion = app_version.versionName//版本号
|
|
desc = 'AppUpdater for Android'//描述
|
|
website = 'https://github.com/jenly1314/AppUpdater'//网站
|
|
licences = ['MIT']//开源协议
|
|
} |