diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2d155be94..b85474d3b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ core-ktx = "1.17.0" appcompat = "1.7.1" recyclerview = "1.4.0" paletteKtx = "1.0.0" -activityKtx = "1.12.0" +activityKtx = "1.12.1" material = "1.13.0" # Android Lifecycle @@ -31,15 +31,15 @@ constraintlayout-compose = "1.1.1" # Compose Versions activity-compose = "1.12.0" -compose-android = "1.9.5" -compose-material = "1.9.5" -compose-animation = "1.9.5" -compose-ui = "1.9.5" -compose-foundation = "1.9.5" -compose-ui-tooling = "1.9.5" +compose-android = "1.10.0" +compose-material = "1.10.0" +compose-animation = "1.10.0" +compose-ui = "1.10.0" +compose-foundation = "1.10.0" +compose-ui-tooling = "1.10.0" # Other Libraries -commons-text = "1.14.0" +commons-text = "1.15.0" biometric-ktx = "1.4.0-alpha02" # AndroidX Test Libraries @@ -48,9 +48,9 @@ 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.5" -ui-test-manifest = "1.9.5" -activity = "1.12.0" +ui-test-junit4 = "1.10.0" +ui-test-manifest = "1.10.0" +activity = "1.12.1" # Database moshi = "1.15.2"