Skip to content

Commit

Permalink
Update AGP and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver committed Oct 18, 2024
1 parent 598f11c commit ef1758e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit ef1758e

Please sign in to comment.