Skip to content

Commit

Permalink
build: upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Sep 6, 2024
1 parent 85c9131 commit fedf230
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
androidx-core = "1.13.1"
androidx-core-splashscreen = "1.0.1"
androidx-appcompat = "1.7.0"
androidx-activity = "1.9.1"
androidx-lifecycle = "2.8.4"
androidx-compose-bom = "2024.07.00-alpha02"
androidx-compose-material3-adaptive = "1.0.0-beta04"
androidx-activity = "1.9.2"
androidx-lifecycle = "2.8.5"
androidx-compose-bom = "2024.09.00"
androidx-compose-material3-adaptive = "1.0.0"
androidx-constraintlayout-compose = "1.0.1"
androidx-navigation = "2.7.7"
androidx-navigation = "2.8.0"
androidx-hilt = "1.2.0"
androidx-tv = "1.0.0-rc01"
androidx-media3 = "1.4.0"
androidx-work = "2.9.0"
androidx-tv = "1.0.0"
androidx-media3 = "1.4.1"
androidx-work = "2.9.1"
androidx-room = "2.6.1"
androidx-tvprovider = "1.0.0"
androidx-startup = "1.1.1"
androidx-paging = "3.3.1"
androidx-paging = "3.3.2"

autoServiceAnnotations = "1.0"
autoServiceKsp = "1.0.0"
Expand Down Expand Up @@ -47,8 +47,8 @@ androidx-test-ext-junit = "1.2.1"
espresso-core = "3.6.1"
com-google-android-material = "1.12.0"
androidx-test-uiautomator = "2.3.0"
androidx-benchmark = "1.2.4"
androidx-graphics-shapes = "1.0.0-rc01"
androidx-benchmark = "1.3.0"
androidx-graphics-shapes = "1.0.1"

minabox = "1.7.1"
ktor-server = "3.0.0-beta-1"
Expand All @@ -65,7 +65,7 @@ androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecyc
androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "androidx-lifecycle" }

androidx-compose-bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "androidx-compose-bom" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidx-compose-bom" }
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
androidx-compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
Expand Down

0 comments on commit fedf230

Please sign in to comment.