Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 13, 2024
1 parent 8eea46c commit 69c7673
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ dependencies {
implementation project(path: ':tinodesdk')

// Camera libraries must use the the same version.
def camerax_version = '1.3.3'
def camerax_version = '1.3.4'
implementation "androidx.camera:camera-camera2:${camerax_version}"
implementation "androidx.camera:camera-core:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"

implementation 'androidx.activity:activity:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
Expand All @@ -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.7.1'
implementation 'androidx.fragment:fragment:1.8.0'
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 @@ -108,10 +108,10 @@ dependencies {
implementation 'com.google.android.exoplayer:exoplayer-core:2.19.1'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.19.1'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.1'
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.0'
implementation 'com.google.firebase:firebase-crashlytics:19.0.1'
implementation 'com.google.firebase:firebase-messaging:24.0.0'
implementation 'com.google.mlkit:barcode-scanning:17.2.0'

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ buildscript {
maven { url 'https://maven.google.com/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.android.tools.build:gradle:8.4.2'

// For FCM push notifications
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.gms:google-services:4.4.2'

// Crashlytics
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.1'

// Legal compliance: plugin to collect and display OSS licenses.
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
Expand Down

0 comments on commit 69c7673

Please sign in to comment.