diff --git a/app/build.gradle.kts b/app/build.gradle.kts index edc2cb4..4edd78f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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.3") // Third-party libraries implementation("me.zhanghai.android.materialratingbar:library:1.4.0") diff --git a/build.gradle.kts b/build.gradle.kts index 5f62b8f..64b1d4a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,8 +2,8 @@ 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("com.android.application") version "8.5.1" apply false + id("com.android.library") version "8.5.1" apply false id("org.jetbrains.kotlin.android") version "2.0.0" apply false id("com.google.gms.google-services") version "4.4.2" apply false id("androidx.navigation.safeargs") version "2.7.7" apply false