1 Star 0 Fork 0

chubin chen/zxing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
yzq1993 提交于 2019-06-28 15:16 . update gradle version
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
/*sdk and version*/
compile_sdk_version = 28
min_sdk_version = 16
target_sdk_version = 27
constraint_version = '1.1.0'
version_code = 227
version_name = '2.2.7'
/*support*/
android_support = '28.0.0'
signConfigs = [
storeFilePath: "zxing.jks",
storePwd : "123456",
keyAlias : "zxingyzq",
keypwd : "123456"
]
}
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}
allprojects {
group "yuZhiQiang"
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenchubin/zxing.git
git@gitee.com:chenchubin/zxing.git
chenchubin
zxing
zxing
master

搜索帮助