From fced6f4a43a1ac27e55d384acfa5a960efcb233f Mon Sep 17 00:00:00 2001 From: Josh Ludahl Date: Thu, 2 May 2024 14:38:10 -0700 Subject: [PATCH] chore: Update dependencies (autogenerated pr) --- app/build.gradle | 6 +++--- build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 53c96f5..ffbc0c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,12 +84,12 @@ dependencies { // Android specific implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.core:core-ktx:1.13.0' + implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'com.google.android.gms:play-services-location:21.2.0' - implementation "com.google.android.material:material:1.11.0" + implementation "com.google.android.material:material:1.12.0" implementation "androidx.viewpager2:viewpager2:1.0.0" // DI @@ -101,7 +101,7 @@ dependencies { //Firebase // Import the BoM for the Firebase platform - implementation platform('com.google.firebase:firebase-bom:32.8.1') + implementation platform('com.google.firebase:firebase-bom:33.0.0') // Add the dependencies for the Crashlytics and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/build.gradle b/build.gradle index c4a30c1..ebe51f3 100644 --- a/build.gradle +++ b/build.gradle @@ -19,12 +19,12 @@ buildscript { maven { url 'https://jitpack.io' } } dependencies { - classpath 'com.android.tools.build:gradle:8.3.2' + classpath 'com.android.tools.build:gradle:8.4.0' classpath "com.google.dagger:hilt-android-gradle-plugin:$dagger_hilt" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation" classpath 'com.google.gms:google-services:4.4.1' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9' + classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.0' classpath 'com.google.firebase:perf-plugin:1.4.2' } } @@ -45,5 +45,5 @@ allprojects { } tasks.register('clean', Delete) { - delete rootProject.buildDir + delete rootProject.layout.buildDirectory }