From 2ae870e9fda497030518e78a8ac0fcc6dfbacb29 Mon Sep 17 00:00:00 2001 From: Sulkta Date: Sun, 28 Jun 2026 03:02:06 +0000 Subject: [PATCH] Update coroutines to v1.11.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b7d34a5..43e3ef2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ composeBom = "2024.02.00" navigationCompose = "2.7.7" okhttp = "4.12.0" gson = "2.10.1" -coroutines = "1.8.0" +coroutines = "1.11.0" osmdroid = "6.1.20" datastore = "1.0.0" coil = "2.7.0"