Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
Updated several dependencies to their latest versions:

- Updated AndroidX dependencies:
    - `core-ktx` from
1.13.1 to 1.15.0
    - `lifecycle` from 2.8.6 to 2.8.7
    - `constraintlayout` from 2.1.4 to 2.2.0
    - `workmanager` from
2.9.1 to 2.10.0
    - `biometric` from 1.2.0-alpha04 to 1.2.0-alpha05
- Updated Compose dependencies:
    - `compose-bom` from 2024.10.01 to 2024.12.01
    - `compose-constraintlayout` from 1.0.1 to 1.1.0
    - `foundation` from 1.7.5 to 1.7.6
    - `ui
` from 1.7.5 to 1.7.6
- Updated KotlinX coroutines from 1.9.0-RC to 1.9.0
- Updated media3 from 1.4.1 to 1.5.1.
  • Loading branch information
youndon committed Jan 2, 2025
1 parent 7f795e9 commit ad99f1e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,33 @@ name-version = "7.0.3"
compose-version = "1.5.14"

#Android.
core-ktx = "1.13.1"
core-ktx = "1.15.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.2.1"
espresso-core = "3.6.1"
lifecycle = "2.8.6"
constraintlayout = "2.1.4"
lifecycle = "2.8.7"
constraintlayout = "2.2.0"
glance = "1.1.0"
security = "1.0.0"
workmanager = "2.9.1"
#startup = "1.1.1"
workmanager = "2.10.0"
biometric = "1.2.0-alpha05"

#Compose.
activity-compose = "1.9.3"
compose-bom = "2024.10.01"
compose-bom = "2024.12.01"
appcompat = "1.7.0"
material = "1.12.0"
#navigation-compose = "2.7.7"
compose-constraintlayout = "1.0.1"
foundation = "1.7.5"
ui = "1.7.5"
compose-constraintlayout = "1.1.0"
foundation = "1.7.6"
ui = "1.7.6"

#Plugins.
ksp = "2.0.21-1.0.25"
dependencyanalysis = "2.0.1"

#KotlinX.
serialization = "1.7.1"
coroutines = "1.9.0-RC"
coroutines = "1.9.0"

#Koin.
koin-core = "3.5.6"
Expand Down Expand Up @@ -90,7 +88,7 @@ audiowaveform = "1.1.2"
amplituda = "2.2.2"
#android-startup = "1.1.0"
enigma = "1.0.0.8"
media3 = "1.4.1"
media3 = "1.5.1"
balloon-compose = "1.6.7"
cloudy = "0.2.3"
markdown-version = "0.5.4"
Expand Down

0 comments on commit ad99f1e

Please sign in to comment.