lib -> zxing-lite

This commit is contained in:
Jenly
2021-06-30 14:02:57 +08:00
parent 63f78fd8e6
commit 6a28ea25ba
42 changed files with 1963 additions and 1954 deletions

12
zxing-lite/bintray.gradle Normal file
View File

@@ -0,0 +1,12 @@
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'//网站
}