diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9c501a77..0c59d6c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -48,7 +48,7 @@ skie = { id = "co.touchlab.skie", version = "0.10.0" } [libraries] androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" } -androidx-datastore = { module = "androidx.datastore:datastore", version = "1.1.1" } +androidx-datastore = { module = "androidx.datastore:datastore", version = "1.1.2" } androidx-workmanager = { module = "androidx.work:work-runtime-ktx", version.ref = "work" } androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.2.0" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }