Parcourir la source

downgrade zxing:core to 3.3.0 or for Android 14+ support

flutter-beta
Vinicius Sossella il y a 4 ans
Parent
révision
b4a8b02b87
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      android/build.gradle

+ 2
- 2
android/build.gradle Voir le fichier

@@ -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.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}

Chargement…
Annuler
Enregistrer