From ef1758e51d6402cd6f2b5d3d2c1d881e9808c749 Mon Sep 17 00:00:00 2001 From: Steven Laver Date: Thu, 17 Oct 2024 17:20:19 -0700 Subject: [PATCH] Update AGP and dependency versions --- gradle/libs.versions.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9286b87..8b79269 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] -agp = "8.5.2" +agp = "8.7.0" android-material = "1.12.0" -androidx-activity = "1.9.2" -androidx-annotation = "1.8.2" +androidx-activity = "1.9.3" +androidx-annotation = "1.9.0" androidx-appcompat = "1.7.0" -androidx-compose-bom = "2024.09.02" +androidx-compose-bom = "2024.10.00" androidx-constraintlayout = "2.1.4" androidx-core = "1.13.1" androidx-datastore = "1.1.1" -androidx-fragment = "1.8.3" +androidx-fragment = "1.8.4" androidx-lifecycle = "2.8.6" -androidx-navigation = "2.8.1" +androidx-navigation = "2.8.3" androidx-recyclerview = "1.3.2" androidx-test-core = "1.6.1" androidx-test-espresso = "3.6.1" @@ -20,7 +20,7 @@ bouncycastle = "1.78.1" google-kotlin-ksp = "2.0.20-1.0.25" gradle-nexus-publish = "2.0.0" hilt = "2.52" -hiltNavigationCompose = "1.2.0" +hilt-navigation-compose = "1.2.0" junit = "4.13.2" kotlin = "2.0.20" kotlinx-coroutines-android = "1.9.0" @@ -64,7 +64,7 @@ bouncycastle-bcprov-jdk18on = { group = "org.bouncycastle", name = "bcprov-jdk18 hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" } hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" } hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" } -hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigationCompose" } +hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hilt-navigation-compose" } hilt-testing-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" } junit = { group = "junit", name = "junit", version.ref = "junit" } kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines-android" }