From 0ad93ad18cb95a30a16886b13d69051ed8180e2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:43:11 +0000 Subject: [PATCH] Update Build tools to v2.4.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 0ad295d..5250d62 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "9.2.1" # Held at 2.3.x: klibs built by Kotlin 2.4 carry ABI version 2.4.0, which the primary # consumer (Meshtastic-Android, on Kotlin 2.3.21 until InsertKoinIO/koin#2431 resolves) # cannot read. Renovate enforces this via the "Hold Kotlin at 2.3.x" rule in renovate.json. -kotlin = "2.3.21" +kotlin = "2.4.0" ktor = "3.5.0" coroutines = "1.11.0" kotlinx-io = "0.9.0"