From cdc505b47892a0fb1c674700f6c10d2751c0cb06 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 9 Jan 2025 15:50:48 -0700 Subject: [PATCH] Update versions to match the Example project. Unsure why Android Studio would have put incompatible versions in there. --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2a203a8..c63255c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] agp = "8.7.3" -kotlin = "1.9.0" -coreKtx = "1.10.1" +kotlin = "2.0.0" +coreKtx = "1.15.0" junit = "4.13.2" -junitVersion = "1.1.5" -espressoCore = "3.5.1" +junitVersion = "1.2.1" +espressoCore = "3.6.1" lifecycleRuntimeKtx = "2.6.1" activityCompose = "1.8.0" composeBom = "2024.04.01"