diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index acbef664a..e416a2f41 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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 @@ -23,7 +23,7 @@ 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" @@ -31,12 +31,12 @@ 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" @@ -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