diff --git a/build.gradle.kts b/build.gradle.kts index 83d508c..2513df2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,9 +2,9 @@ plugins { alias(libs.plugins.android.application) apply false alias(libs.plugins.kotlin.android) apply false - id("com.google.gms.google-services") version "4.4.2" apply false - id("com.google.firebase.appdistribution") version "5.1.1" apply false - id("com.google.firebase.crashlytics") version "3.0.3" apply false + id("com.google.gms.google-services") version "4.4.4" apply false + id("com.google.firebase.appdistribution") version "5.2.0" apply false + id("com.google.firebase.crashlytics") version "3.0.6" apply false // Add the dependency for the Performance Monitoring Gradle plugin id("com.google.firebase.firebase-perf") version "1.4.2" apply false diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7b2577e..7dc0a27 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,17 +1,17 @@ [versions] -agp = "8.9.1" +agp = "8.13.0" firebaseBom = "33.12.0" -kotlin = "2.1.20" -coreKtx = "1.16.0" +kotlin = "2.2.21" +coreKtx = "1.17.0" junit = "4.13.2" -junitVersion = "1.2.1" -espressoCore = "3.6.1" -appcompat = "1.7.0" -material = "1.12.0" +junitVersion = "1.3.0" +espressoCore = "3.7.0" +appcompat = "1.7.1" +material = "1.13.0" swiperefreshlayout = "1.1.0" -uiTextGoogleFonts = "1.7.8" +uiTextGoogleFonts = "1.9.4" viewpager2 = "1.1.0" -fragmentKtx = "1.8.6" +fragmentKtx = "1.8.9" constraintlayout = "2.2.1" cardview = "1.0.0"