From ce2fcc3a95fa5f24ae1ae1ad089a1ba51b380868 Mon Sep 17 00:00:00 2001 From: andrekir Date: Tue, 12 Jul 2022 00:05:47 -0300 Subject: [PATCH] update libs --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac5e9442a..b490ebcb5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -124,16 +124,16 @@ protobuf { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.fragment:fragment-ktx:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.core:core-ktx:1.8.0' + implementation 'androidx.fragment:fragment-ktx:1.5.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'com.google.android.material:material:1.5.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.0' implementation "androidx.room:room-runtime:$room_version" implementation "com.google.dagger:hilt-android:$hilt_version" implementation "androidx.datastore:datastore:$datastore_version" @@ -172,9 +172,9 @@ dependencies { // location services implementation 'com.google.android.gms:play-services-location:19.0.1' // For Google Sign-In (owner name accesss) - implementation 'com.google.android.gms:play-services-auth:20.1.0' + implementation 'com.google.android.gms:play-services-auth:20.2.0' // ML Kit barcode scanning - implementation 'com.google.android.gms:play-services-code-scanner:16.0.0-beta1' + implementation 'com.google.android.gms:play-services-code-scanner:16.0.0-beta2' // Add the Firebase SDK for Crashlytics. implementation 'com.google.firebase:firebase-crashlytics:18.2.6'