1 Star 0 Fork 3

你就是故意的/QRCodeReaderView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
佰钧成开源 提交于 2021-02-22 17:50 +08:00 . upload qrcode-reader-view
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.huawei.ohos.app'
ohos {
compileSdkVersion 4
defaultConfig {
compatibleSdkVersion 3
}
}
buildscript {
repositories {
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
dependencies {
classpath 'com.huawei.ohos:hap:2.4.0.1'
}
}
allprojects {
repositories {
maven {
url 'https://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
ext.zxingCore = 'com.google.zxing:core:3.4.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/you-did-it-on-purpose/qrcode-reader-view.git
git@gitee.com:you-did-it-on-purpose/qrcode-reader-view.git
you-did-it-on-purpose
qrcode-reader-view
QRCodeReaderView
master

搜索帮助