Skip to content

Commit

Permalink
build: update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamr0s committed Nov 1, 2024
1 parent dae6b69 commit 10c4af6
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
Expand Up @@ -11,9 +11,9 @@
# https://androidx.dev/storage/compose-compiler/repository/

[versions]
agp = "8.7.0"
agp = "8.7.2"
kotlin = "2.0.0"
compose = "1.7.3"
compose = "1.7.5"
room = "2.6.1"
accompanist = "0.34.0"
rikka-shizuku = "13.1.5"
Expand All @@ -32,16 +32,16 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "
ksp = { id = "com.google.devtools.ksp", version = "2.0.0-1.0.23" }

[libraries]
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.2" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.13.1" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.9.2" }
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version = "2.8.6" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.15.0" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.9.3" }
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version = "2.8.7" }
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
compose-material = { group = "androidx.compose.material", name = "material", version.ref = "compose" }
compose-material3 = { group = "androidx.compose.material3", name = "material3", version = "1.3.0" }
compose-material3 = { group = "androidx.compose.material3", name = "material3", version = "1.3.1" }
compose-uiToolingPreview = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose" }

compose-navigation = { group = "androidx.navigation", name = "navigation-compose", version = "2.8.2" }
compose-navigation = { group = "androidx.navigation", name = "navigation-compose", version = "2.8.3" }
compose-materialIcons = { group = "androidx.compose.material", name = "material-icons-extended", version.ref = "compose" }

room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
Expand Down

0 comments on commit 10c4af6

Please sign in to comment.