소스 검색

Merge pull request #369 from juliuscanute/zxing-update

imp: updated zxing dependency
flutter-beta
Julian Steenbakker 5 년 전
committed by GitHub
부모
커밋
b0e3e81e7a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      android/build.gradle

+ 1
- 1
android/build.gradle 파일 보기

@@ -45,5 +45,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false }
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.zxing:core:3.3.0'
implementation 'com.google.zxing:core:3.4.1'
}

불러오는 중...
취소
저장