1 Star 0 Fork 0

Purgeyao/flutter_scan

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Purgeyao 提交于 2024-11-26 14:22 +08:00 . update android/build.gradle.
group 'com.chavesgu.scan'
version '1.0'
buildscript {
repositories {
google()
mavenCentral()
maven {url 'https://developer.huawei.com/repo/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
}
}
rootProject.allprojects {
repositories {
google()
mavenCentral()
maven {url 'https://developer.huawei.com/repo/'}
}
}
apply plugin: 'com.android.library'
android {
compileSdkVersion 29
namespace = "com.chavesgu.scan"
defaultConfig {
minSdkVersion 19
consumerProguardFiles 'consumer-proguard-rules.pro'
}
lintOptions {
disable 'InvalidPackage'
}
buildToolsVersion '28.0.3'
}
dependencies {
implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false }
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.zxing:core:3.3.0'
// implementation 'com.huawei.hms:scanplus:1.3.1.300'
implementation 'com.huawei.hms:scanplus:2.1.0.300'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Spring_Cloud_Sell/flutter_scan.git
git@gitee.com:Spring_Cloud_Sell/flutter_scan.git
Spring_Cloud_Sell
flutter_scan
flutter_scan
main

搜索帮助