Skip to content

Commit

Permalink
a few dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jul 1, 2024
1 parent 857e529 commit 8a03652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
// noinspection GradleDependency: 1.4 requires API 34
implementation 'androidx.emoji2:emoji2:1.3.0'
implementation 'androidx.exifinterface:exifinterface:1.3.7'
implementation 'androidx.fragment:fragment:1.8.0'
implementation 'androidx.fragment:fragment:1.8.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
Expand All @@ -111,11 +111,11 @@ dependencies {
implementation 'com.google.android.gms:play-services-oss-licenses:17.1.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.firebase:firebase-core:21.1.1'
implementation 'com.google.firebase:firebase-crashlytics:19.0.1'
implementation 'com.google.firebase:firebase-crashlytics:19.0.2'
implementation 'com.google.firebase:firebase-messaging:24.0.0'
implementation 'com.google.mlkit:barcode-scanning:17.2.0'

implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.37'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.40'

// WebRTC.
implementation 'com.dafruits:webrtc:117.0.0'
Expand All @@ -126,7 +126,7 @@ dependencies {

implementation 'com.squareup.okhttp3:okhttp-tls:4.12.0'

annotationProcessor 'androidx.lifecycle:lifecycle-common-java8:2.8.0'
annotationProcessor 'androidx.lifecycle:lifecycle-common-java8:2.8.3'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
}
Expand Down

0 comments on commit 8a03652

Please sign in to comment.