From 61ca940b524334cb9af7a899061c7492be46e92a Mon Sep 17 00:00:00 2001 From: Peter Vacho Date: Sun, 22 Dec 2024 20:22:49 +0100 Subject: [PATCH] build: Downgrade coreKtx to 1.12.0 to fix building --- 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 5ec7986..e68a2d3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] agp = "8.7.3" kotlin = "2.1.0" -coreKtx = "1.15.0" +coreKtx = "1.12.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1"