Преглед изворни кода

Merge pull request #499 from juliuscanute/dependabot/gradle/android/androidx.appcompat-appcompat-1.4.1

Bump appcompat from 1.3.1 to 1.4.1 in /android
flutter-beta
Julian Steenbakker пре 4 година
committed by GitHub
родитељ
комит
2725a0c414
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      android/build.gradle

+ 1
- 1
android/build.gradle Прегледај датотеку

@@ -50,7 +50,7 @@ android {
dependencies { dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } 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' implementation 'com.google.zxing:core:3.4.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
} }

Loading…
Откажи
Сачувај