Update build.gradle

pull/171/head
FongMi 2 years ago
parent da99b866cd
commit 0151c065c6
  1. 4
      app/build.gradle

@ -103,7 +103,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.biometric:biometric:1.1.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2'
implementation 'androidx.room:room-runtime:2.6.0'
implementation 'androidx.room:room-runtime:2.6.1'
implementation 'androidx.media:media:1.6.0'
implementation 'cat.ereza:customactivityoncrash:2.4.0'
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
@ -137,6 +137,6 @@ dependencies {
mobileImplementation 'com.google.android.flexbox:flexbox:3.0.0'
//mobileImplementation 'com.google.android.gms:play-services-cast-framework:21.3.0'
mobileImplementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false }
annotationProcessor 'androidx.room:room-compiler:2.6.0'
annotationProcessor 'androidx.room:room-compiler:2.6.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
}
Loading…
Cancel
Save