From d72e0484d57e8c51dc701541f22af229411812a1 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Fri, 16 Aug 2024 05:24:56 -0400 Subject: [PATCH] Auto-update dependencies. --- app/build.gradle.kts | 8 ++++---- build.gradle.kts | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index edc2cb4..8a66388 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -7,11 +7,11 @@ plugins { android { namespace = "com.google.firebase.example.fireeats" - compileSdk = 34 + compileSdk = 35 defaultConfig { applicationId = "com.google.firebase.example.fireeats" minSdk = 23 - targetSdk = 34 + targetSdk = 35 versionCode = 1 versionName = "1.0" @@ -43,7 +43,7 @@ android { dependencies { // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.1.0")) + implementation(platform("com.google.firebase:firebase-bom:33.1.2")) // Firestore implementation("com.google.firebase:firebase-firestore-ktx") @@ -70,7 +70,7 @@ dependencies { // Android architecture components implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") - annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.8.1") + annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.8.4") // Third-party libraries implementation("me.zhanghai.android.materialratingbar:library:1.4.0") diff --git a/build.gradle.kts b/build.gradle.kts index 5f62b8f..67ebc19 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,9 +2,9 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask plugins { - id("com.android.application") version "8.4.1" apply false - id("com.android.library") version "8.4.1" apply false - id("org.jetbrains.kotlin.android") version "2.0.0" apply false + id("com.android.application") version "8.5.2" apply false + id("com.android.library") version "8.5.2" apply false + id("org.jetbrains.kotlin.android") version "2.0.10" apply false id("com.google.gms.google-services") version "4.4.2" apply false id("androidx.navigation.safeargs") version "2.7.7" apply false id("com.github.ben-manes.versions") version "0.51.0" apply true