ソースを参照

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'
}

読み込み中…
キャンセル
保存