diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aa508676..01f10312 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] activityCompose = "1.10.1" coilCompose = "2.5.0" -composeBom = "2025.03.01" -coreKtx = "1.15.0" +composeBom = "2025.04.00" +coreKtx = "1.16.0" exifinterface = "1.4.0" foundation = "1.7.8" fragmentKtx = "1.8.6" @@ -15,10 +15,10 @@ localbroadcastmanager = "1.1.0" material = "1.12.0" media = "1.7.0" preferenceKtx = "1.2.1" -ui = "1.8.0-rc02" +ui = "1.8.0-rc03" foundationAndroid = "1.7.8" runtimeLivedata = "1.7.8" -composeMaterial3 = "1.3.1" +composeMaterial3 = "1.3.2" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }