Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[versions]
agp = "8.11.1"
kotlin = "2.2.20"
kotlin = "2.2.21"
viewpager2 = "1.1.0"

# AndroidX Core and AppCompat
Expand All @@ -23,20 +23,20 @@ navigation-ui-ktx = "2.9.5"
navigation-testing = "2.9.5"

# Work Manager
work-runtime-ktx = "2.10.5"
work-runtime-ktx = "2.11.0"

# ConstraintLayout
constraintlayout = "2.2.1"
constraintlayout-compose = "1.1.1"

# Compose Versions
activity-compose = "1.11.0"
compose-android = "1.9.3"
compose-material = "1.9.3"
compose-animation = "1.9.3"
compose-ui = "1.9.3"
compose-foundation = "1.9.3"
compose-ui-tooling = "1.9.3"
compose-android = "1.9.4"
compose-material = "1.9.4"
compose-animation = "1.9.4"
compose-ui = "1.9.4"
compose-foundation = "1.9.4"
compose-ui-tooling = "1.9.4"

# Other Libraries
commons-text = "1.14.0"
Expand All @@ -48,14 +48,14 @@ test-core-ktx = "1.7.0"
test-runner = "1.7.0"
test-rules = "1.7.0"
fragment-testing = "1.8.9"
ui-test-junit4 = "1.9.3"
ui-test-manifest = "1.9.3"
ui-test-junit4 = "1.9.4"
ui-test-manifest = "1.9.4"
activity = "1.11.0"

# Database
moshi = "1.15.2"
room = "2.8.2"
ksp = "2.2.20-2.0.4"
room = "2.8.3"
ksp = "2.3.0"

[libraries]
# Core Libraries
Expand Down