From ccc764a4aa42c2715c48aa806504149a695e60f6 Mon Sep 17 00:00:00 2001 From: pahill Date: Tue, 4 Mar 2025 12:24:17 +0200 Subject: [PATCH 1/2] Update project configurations to support JDK 11 and SDK 35 Upgraded JVM target to 11, compileSdk and targetSdk to 35, and Kotlin to 2.1.10 for improved compatibility and performance. Updated Gradle wrapper, dependencies, and plugin versions to align with these changes. Minor IDE configuration adjustments were also made to reflect the new settings. --- .idea/gradle.xml | 2 ++ .idea/kotlinc.xml | 2 +- .idea/misc.xml | 2 +- app/build.gradle.kts | 12 ++++++------ gradle/libs.versions.toml | 24 ++++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 2 +- 6 files changed, 23 insertions(+), 21 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 4979975..dec7287 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,7 +4,9 @@