This commit is contained in:
U-PC-20130702OVAK\Administrator
2018-08-09 16:50:13 +08:00
parent 6160767f93
commit 259b913cbe
115 changed files with 6071 additions and 6071 deletions

20
lib/bintray.gradle Normal file → Executable file
View File

@@ -1,11 +1,11 @@
apply plugin: 'com.novoda.bintray-release'
//添加
publish {
userOrg = 'jenly'//bintray.com用户名
groupId = 'com.king.zxing'//jcenter上的路径
artifactId = 'zxing-lite'//项目名称
publishVersion = app_version.versionName//版本号
desc = 'ZXingLite for Android'//描述
website = 'https://github.com/jenly1314/ZXingLite'//网站
apply plugin: 'com.novoda.bintray-release'
//添加
publish {
userOrg = 'jenly'//bintray.com用户名
groupId = 'com.king.zxing'//jcenter上的路径
artifactId = 'zxing-lite'//项目名称
publishVersion = app_version.versionName//版本号
desc = 'ZXingLite for Android'//描述
website = 'https://github.com/jenly1314/ZXingLite'//网站
}