Skip to content

Commit

Permalink
Merge pull request #499 from juliuscanute/dependabot/gradle/android/a…
Browse files Browse the repository at this point in the history
…ndroidx.appcompat-appcompat-1.4.1

Bump appcompat from 1.3.1 to 1.4.1 in /android
  • Loading branch information
juliansteenbakker authored Feb 17, 2022
2 parents f6f65ef + b8d68ca commit 2725a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false }
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.zxing:core:3.4.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}

0 comments on commit 2725a0c

Please sign in to comment.