diff --git a/samples/ktor-android-app/gradle/libs.versions.toml b/samples/ktor-android-app/gradle/libs.versions.toml index 2db1303d8..ecf33dbe4 100644 --- a/samples/ktor-android-app/gradle/libs.versions.toml +++ b/samples/ktor-android-app/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-core-ktx = "1.15.0" androidx-test-junit = "1.2.1" compose = "1.7.6" compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler -compose-bom = "2024.12.01" +compose-bom = "2025.04.00" material3 = "1.3.1" junit = "4.13.2" ktor = "3.0.3"