We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6f65ef + b8d68ca commit 2725a0cCopy full SHA for 2725a0c
1 file changed
android/build.gradle
@@ -50,7 +50,7 @@ android {
50
dependencies {
51
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52
implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false }
53
- implementation 'androidx.appcompat:appcompat:1.3.1'
+ implementation 'androidx.appcompat:appcompat:1.4.1'
54
implementation 'com.google.zxing:core:3.4.1'
55
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
56
}
0 commit comments