瀏覽代碼

Merge pull request #436 from ViniciusSossela/old-sdk-support

Old sdk support
flutter-beta
Julian Steenbakker 4 年之前
committed by GitHub
父節點
當前提交
a98c78ef51
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      android/build.gradle

+ 2
- 2
android/build.gradle 查看文件

@@ -50,8 +50,8 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false }
implementation('com.journeyapps:zxing-android-embedded:4.2.0') { transitive = false }
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.zxing:core:3.4.1'
implementation 'com.google.zxing:core:3.3.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}

Loading…
取消
儲存